Shades of Pirate Gold #C07522
Tints of Pirate Gold #C07522
RGB
CMYK
RGB Variations
Color information
#C07522 (or 0xC07522) is known color: Pirate Gold. HEX triplet: C0, 75 and 22. RGB value is (192,117,34). Sum of RGB (Red+Green+Blue) = 192+117+34=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C07522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07522 is #3F8ADD. Grayscale: #828282. Windows color (decimal): -4164318 or 2258368. OLE color: 2258368.
HSL color Cylindrical-coordinate representation of color #C07522: hue angle of 31.52º 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 #C07522 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 117 | 34 | - |
| CMYK | 0 | 0.39 | 0.82 | 0.25 |
| HSL | 31.52º | 0.7% | 0.44% | - |
| HSV(B) | 31.52º | 0.82% | 0.75% | - |
| XYZ | 28.39 | 24.04 | 4.66 | - |
| YUV | 129.96 | 73.85 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 117 | 34 | 0 | 0.39 | 0.82 | 0.25 | 31.52 | 0.7 | 0.44 |
| Hex | C0 | 75 | 22 | 0 | 27 | 52 | 19 | 20 | 46 | 2C |
| Octal | 300 | 165 | 42 | 0 | 47 | 122 | 31 | 40 | 106 | 54 |
| Binary | 11000000 | 1110101 | 100010 | 0 | 100111 | 1010010 | 11001 | 100000 | 1000110 | 101100 |
Color Harmonies of #C07522
Complementary color
Monochromatic Colors of #C07522
Black with #C07522
Text Example
Text Example
White with #C07522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07522; }
p { color: rgb(192,117,34); }
H1.HeaderClassName
{
color: #C07522;
}
.AnyTagClassName
{
color: #C07522;
}
</style>
background-color css
<style>
a { background-color: #C07522; }
a { background-color: rgb(192,117,34); }
div.DivClassName
{
background-color: #C07522;
}
.BgClassName
{
background-color: #C07522;
}
</style>
border-color css
<style>
span { border-color: #C07522; }
span { border-color: rgb(192,117,34); }
td.TdClassName
{
border-color: #C07522;
}
.TagClassName
{
border-color: #C07522;
}
</style>