#c07728

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

Shades of Pirate Gold #C07728

Tints of Pirate Gold #C07728

Color information

#C07728 (or 0xC07728) is unknown color: approx Pirate Gold. HEX triplet: C0, 77 and 28. RGB value is (192,119,40). Sum of RGB (Red+Green+Blue) = 192+119+40=351 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.70% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 40 (16.02% from 255 or 11.40% from 351); Max value from RGB is 192 - color contains mainly: red. Hex color #C07728 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07728 is #3F88D7. Grayscale: #848484. Windows color (decimal): -4163800 or 2652096. OLE color: 2652096.

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

Color convert

RGB19211940-
CMYK00.380.790.25
HSL31.18º65.52%45.49%-
HSV(B)31.18º79.17%75.29%-
XYZ28.7224.555.23-
YUV131.8276.18170.92-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.70%
GREEN value IS 119 (46.88% from 255) = 33.90%
BLUE value IS 40 (16.02% from 255) = 11.40%
R=54.70%
G=33.90%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921194000.380.790.2531.1865.5245.49
HexC077280264F191f422d
Octal30016750046117313710255
Binary1100000011101111010000100110100111111001111111000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07728; }

 p { color: rgb(192,119,40); }

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

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

 a { background-color: rgb(192,119,40); }

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

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

 span { border-color: rgb(192,119,40); }

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