#C07F1F

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

Shades of Pirate Gold #C07F1F

Tints of Pirate Gold #C07F1F

Color information

#C07F1F (or 0xC07F1F) is unknown color: approx Pirate Gold. HEX triplet: C0, 7F and 1F. RGB value is (192,127,31). Sum of RGB (Red+Green+Blue) = 192+127+31=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 127 (50% from 255 or 36.29% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C07F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07F1F is #3F80E0. Grayscale: #878787. Windows color (decimal): -4161761 or 2064320. OLE color: 2064320.

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

Color convert

RGB19212731-
CMYK00.340.840.25
HSL35.78º72.2%43.73%-
HSV(B)35.78º83.85%75.29%-
XYZ29.5726.484.85-
YUV135.4969.03168.31-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.86%
GREEN value IS 127 (50% from 255) = 36.29%
BLUE value IS 31 (12.5% from 255) = 8.86%
R=54.86%
G=36.29%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921273100.340.840.2535.7872.243.73
HexC07F1F022541924482c
Octal30017737042124314411054
Binary1100000011111111111101000101010100110011001001001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07F1F; }

 p { color: rgb(192,127,31); }

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

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

 a { background-color: rgb(192,127,31); }

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

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

 span { border-color: rgb(192,127,31); }

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