#C3772B

Color #C3772B Pirate Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pirate Gold #C3772B

Tints of Pirate Gold #C3772B

Color information

#C3772B (or 0xC3772B) is unknown color: approx Pirate Gold. HEX triplet: C3, 77 and 2B. RGB value is (195,119,43). Sum of RGB (Red+Green+Blue) = 195+119+43=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 119 (46.88% from 255 or 33.33% from 357); Blue value is 43 (17.19% from 255 or 12.04% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C3772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3772B is #3C88D4. Grayscale: #858585. Windows color (decimal): -3967189 or 2848707. OLE color: 2848707.

HSL color Cylindrical-coordinate representation of color #C3772B: hue angle of 30º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C3772B is Cyan = 0, Magento = 0.39, Yellow = 0.78 and Black (K on CMYK) = 0.24.

Color convert

RGB19511943-
CMYK00.390.780.24
HSL30º63.87%46.67%-
HSV(B)30º77.95%76.47%-
XYZ29.5424.975.55-
YUV133.0677.18172.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 54.62%
GREEN value IS 119 (46.88% from 255) = 33.33%
BLUE value IS 43 (17.19% from 255) = 12.04%
R=54.62%
G=33.33%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951194300.390.780.243063.8746.67
HexC3772B0274E181e402f
Octal30316753047116303610057
Binary1100001111101111010110100111100111011000111101000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3772B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3772B; }

 p { color: rgb(195,119,43); }

 H1.HeaderClassName
 {
   color: #C3772B;
 }
 .AnyTagClassName
 {
   color: #C3772B;
 }
</style>
background-color css

<style>
 a { background-color: #C3772B; }

 a { background-color: rgb(195,119,43); }

 div.DivClassName
 {
   background-color: #C3772B;
 }
 .BgClassName
 {
   background-color: #C3772B;
 }
</style>
border-color css

<style>
 span { border-color: #C3772B; }

 span { border-color: rgb(195,119,43); }

 td.TdClassName
 {
   border-color: #C3772B;
 }
 .TagClassName
 {
   border-color: #C3772B;
 }
</style>