Shades of Pirate Gold #C07822
Tints of Pirate Gold #C07822
RGB
CMYK
RGB Variations
Color information
#C07822 (or 0xC07822) is known color: Pirate Gold. HEX triplet: C0, 78 and 22. RGB value is (192,120,34). Sum of RGB (Red+Green+Blue) = 192+120+34=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 120 (47.27% from 255 or 34.68% from 346); Blue value is 34 (13.67% from 255 or 9.83% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C07822 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07822 is #3F87DD. Grayscale: #848484. Windows color (decimal): -4163550 or 2259136. OLE color: 2259136.
HSL color Cylindrical-coordinate representation of color #C07822: hue angle of 32.66º 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 #C07822 is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 120 | 34 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.25 |
| HSL | 32.66º | 0.7% | 0.44% | - |
| HSV(B) | 32.66º | 0.82% | 0.75% | - |
| XYZ | 28.74 | 24.75 | 4.78 | - |
| YUV | 131.72 | 72.85 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 34 | 0 | 0.38 | 0.82 | 0.25 | 32.66 | 0.7 | 0.44 |
| Hex | C0 | 78 | 22 | 0 | 26 | 52 | 19 | 21 | 46 | 2C |
| Octal | 300 | 170 | 42 | 0 | 46 | 122 | 31 | 41 | 106 | 54 |
| Binary | 11000000 | 1111000 | 100010 | 0 | 100110 | 1010010 | 11001 | 100001 | 1000110 | 101100 |
Color Harmonies of #C07822
Complementary color
Monochromatic Colors of #C07822
Black with #C07822
Text Example
Text Example
White with #C07822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07822; }
p { color: rgb(192,120,34); }
H1.HeaderClassName
{
color: #C07822;
}
.AnyTagClassName
{
color: #C07822;
}
</style>
background-color css
<style>
a { background-color: #C07822; }
a { background-color: rgb(192,120,34); }
div.DivClassName
{
background-color: #C07822;
}
.BgClassName
{
background-color: #C07822;
}
</style>
border-color css
<style>
span { border-color: #C07822; }
span { border-color: rgb(192,120,34); }
td.TdClassName
{
border-color: #C07822;
}
.TagClassName
{
border-color: #C07822;
}
</style>