#C07621

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

Shades of Pirate Gold #C07621

Tints of Pirate Gold #C07621

Color information

#C07621 (or 0xC07621) is unknown color: approx Pirate Gold. HEX triplet: C0, 76 and 21. RGB value is (192,118,33). Sum of RGB (Red+Green+Blue) = 192+118+33=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 118 (46.48% from 255 or 34.40% from 343); Blue value is 33 (13.28% from 255 or 9.62% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07621 is #3F89DE. Grayscale: #828282. Windows color (decimal): -4164063 or 2193088. OLE color: 2193088.

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

Color convert

RGB19211833-
CMYK00.390.830.25
HSL32.08º70.67%44.12%-
HSV(B)32.08º82.81%75.29%-
XYZ28.4924.274.62-
YUV130.4473.02171.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.98%
GREEN value IS 118 (46.48% from 255) = 34.40%
BLUE value IS 33 (13.28% from 255) = 9.62%
R=55.98%
G=34.40%
B=9.62%

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
Decimal1921183300.390.830.2532.0870.6744.12
HexC07621027531920472c
Octal30016641047123314010754
Binary11000000111011010000101001111010011110011000001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07621; }

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

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

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

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

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

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

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

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