#C07521

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

Shades of Pirate Gold #C07521

Tints of Pirate Gold #C07521

Color information

#C07521 (or 0xC07521) is unknown color: approx Pirate Gold. HEX triplet: C0, 75 and 21. RGB value is (192,117,33). Sum of RGB (Red+Green+Blue) = 192+117+33=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 33 (13.28% from 255 or 9.65% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C07521 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07521 is #3F8ADE. Grayscale: #828282. Windows color (decimal): -4164319 or 2192832. OLE color: 2192832.

HSL color Cylindrical-coordinate representation of color #C07521: hue angle of 31.7º 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 #C07521 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.25.

Color convert

RGB19211733-
CMYK00.390.830.25
HSL31.7º70.67%44.12%-
HSV(B)31.7º82.81%75.29%-
XYZ28.3724.044.58-
YUV129.8573.35172.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 117 (46.09% from 255) = 34.21%
BLUE value IS 33 (13.28% from 255) = 9.65%
R=56.14%
G=34.21%
B=9.65%

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
Decimal1921173300.390.830.2531.770.6744.12
HexC07521027531920472c
Octal30016541047123314010754
Binary11000000111010110000101001111010011110011000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07521; }

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

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

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

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

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

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

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

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