#C07B24

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

Shades of Pirate Gold #C07B24

Tints of Pirate Gold #C07B24

Color information

#C07B24 (or 0xC07B24) is unknown color: approx Pirate Gold. HEX triplet: C0, 7B and 24. RGB value is (192,123,36). Sum of RGB (Red+Green+Blue) = 192+123+36=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 123 (48.44% from 255 or 35.04% from 351); Blue value is 36 (14.45% from 255 or 10.26% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B24 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07B24 is #3F84DB. Grayscale: #868686. Windows color (decimal): -4162780 or 2390976. OLE color: 2390976.

HSL color Cylindrical-coordinate representation of color #C07B24: hue angle of 33.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C07B24 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.25.

Color convert

RGB19212336-
CMYK00.360.810.25
HSL33.46º68.42%44.71%-
HSV(B)33.46º81.25%75.29%-
XYZ29.1425.55.06-
YUV133.7172.86169.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 123 (48.44% from 255) = 35.04%
BLUE value IS 36 (14.45% from 255) = 10.26%
R=54.70%
G=35.04%
B=10.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921233600.360.810.2533.4668.4244.71
HexC07B24024511921442d
Octal30017344044121314110455
Binary11000000111101110010001001001010001110011000011000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B24; }

 p { color: rgb(192,123,36); }

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

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

 a { background-color: rgb(192,123,36); }

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

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

 span { border-color: rgb(192,123,36); }

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