#C07520

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

Shades of Pirate Gold #C07520

Tints of Pirate Gold #C07520

Color information

#C07520 (or 0xC07520) is unknown color: approx Pirate Gold. HEX triplet: C0, 75 and 20. RGB value is (192,117,32). Sum of RGB (Red+Green+Blue) = 192+117+32=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 32 (12.89% from 255 or 9.38% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C07520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07520 is #3F8ADF. Grayscale: #828282. Windows color (decimal): -4164320 or 2127296. OLE color: 2127296.

HSL color Cylindrical-coordinate representation of color #C07520: hue angle of 31.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C07520 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19211732-
CMYK00.390.830.25
HSL31.88º71.43%43.92%-
HSV(B)31.88º83.33%75.29%-
XYZ28.3624.034.51-
YUV129.7472.85172.41-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.30%
GREEN value IS 117 (46.09% from 255) = 34.31%
BLUE value IS 32 (12.89% from 255) = 9.38%
R=56.30%
G=34.31%
B=9.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.83
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921173200.390.830.2531.8871.4343.92
HexC07520027531920472c
Octal30016540047123314010754
Binary11000000111010110000001001111010011110011000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07520; }

 p { color: rgb(192,117,32); }

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

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

 a { background-color: rgb(192,117,32); }

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

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

 span { border-color: rgb(192,117,32); }

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