Shades of Pirate Gold #C07722
Tints of Pirate Gold #C07722
RGB
CMYK
RGB Variations
Color information
#C07722 (or 0xC07722) is known color: Pirate Gold. HEX triplet: C0, 77 and 22. RGB value is (192,119,34). Sum of RGB (Red+Green+Blue) = 192+119+34=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 34 (13.67% from 255 or 9.86% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C07722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07722 is #3F88DD. Grayscale: #838383. Windows color (decimal): -4163806 or 2258880. OLE color: 2258880.
HSL color Cylindrical-coordinate representation of color #C07722: hue angle of 32.28º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C07722 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 34 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.25 |
| HSL | 32.28º | 0.7% | 0.44% | - |
| HSV(B) | 32.28º | 0.82% | 0.75% | - |
| XYZ | 28.62 | 24.52 | 4.74 | - |
| YUV | 131.14 | 73.18 | 171.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 34 | 0 | 0.38 | 0.82 | 0.25 | 32.28 | 0.7 | 0.44 |
| Hex | C0 | 77 | 22 | 0 | 26 | 52 | 19 | 20 | 46 | 2C |
| Octal | 300 | 167 | 42 | 0 | 46 | 122 | 31 | 40 | 106 | 54 |
| Binary | 11000000 | 1110111 | 100010 | 0 | 100110 | 1010010 | 11001 | 100000 | 1000110 | 101100 |
Color Harmonies of #C07722
Complementary color
Monochromatic Colors of #C07722
Black with #C07722
Text Example
Text Example
White with #C07722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07722; }
p { color: rgb(192,119,34); }
H1.HeaderClassName
{
color: #C07722;
}
.AnyTagClassName
{
color: #C07722;
}
</style>
background-color css
<style>
a { background-color: #C07722; }
a { background-color: rgb(192,119,34); }
div.DivClassName
{
background-color: #C07722;
}
.BgClassName
{
background-color: #C07722;
}
</style>
border-color css
<style>
span { border-color: #C07722; }
span { border-color: rgb(192,119,34); }
td.TdClassName
{
border-color: #C07722;
}
.TagClassName
{
border-color: #C07722;
}
</style>