Shades of Nugget #C08820
Tints of Nugget #C08820
RGB
CMYK
RGB Variations
Color information
#C08820 (or 0xC08820) is known color: Nugget. HEX triplet: C0, 88 and 20. RGB value is (192,136,32). Sum of RGB (Red+Green+Blue) = 192+136+32=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C08820 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08820 is #3F77DF. Grayscale: #8D8D8D. Windows color (decimal): -4159456 or 2132160. OLE color: 2132160.
HSL color Cylindrical-coordinate representation of color #C08820: hue angle of 39º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C08820 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 32 | - |
| CMYK | 0 | 0.29 | 0.83 | 0.25 |
| HSL | 39º | 0.71% | 0.44% | - |
| HSV(B) | 39º | 0.83% | 0.75% | - |
| XYZ | 30.8 | 28.92 | 5.32 | - |
| YUV | 140.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 32 | 0 | 0.29 | 0.83 | 0.25 | 39 | 0.71 | 0.44 |
| Hex | C0 | 88 | 20 | 0 | 1D | 53 | 19 | 27 | 47 | 2C |
| Octal | 300 | 210 | 40 | 0 | 35 | 123 | 31 | 47 | 107 | 54 |
| Binary | 11000000 | 10001000 | 100000 | 0 | 11101 | 1010011 | 11001 | 100111 | 1000111 | 101100 |
Color Harmonies of #C08820
Complementary color
Monochromatic Colors of #C08820
Black with #C08820
Text Example
Text Example
White with #C08820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08820; }
p { color: rgb(192,136,32); }
H1.HeaderClassName
{
color: #C08820;
}
.AnyTagClassName
{
color: #C08820;
}
</style>
background-color css
<style>
a { background-color: #C08820; }
a { background-color: rgb(192,136,32); }
div.DivClassName
{
background-color: #C08820;
}
.BgClassName
{
background-color: #C08820;
}
</style>
border-color css
<style>
span { border-color: #C08820; }
span { border-color: rgb(192,136,32); }
td.TdClassName
{
border-color: #C08820;
}
.TagClassName
{
border-color: #C08820;
}
</style>