Shades of Nugget #C0871E
Tints of Nugget #C0871E
RGB
CMYK
RGB Variations
Color information
#C0871E (or 0xC0871E) is known color: Nugget. HEX triplet: C0, 87 and 1E. RGB value is (192,135,30). Sum of RGB (Red+Green+Blue) = 192+135+30=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C0871E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0871E is #3F78E1. Grayscale: #8C8C8C. Windows color (decimal): -4159714 or 2000832. OLE color: 2000832.
HSL color Cylindrical-coordinate representation of color #C0871E: hue angle of 38.89º degrees, saturation: 0.73, 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 #C0871E is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 30 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.25 |
| HSL | 38.89º | 0.73% | 0.44% | - |
| HSV(B) | 38.89º | 0.84% | 0.75% | - |
| XYZ | 30.64 | 28.63 | 5.14 | - |
| YUV | 140.07 | 65.88 | 165.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 30 | 0 | 0.30 | 0.84 | 0.25 | 38.89 | 0.73 | 0.44 |
| Hex | C0 | 87 | 1E | 0 | 1E | 54 | 19 | 27 | 49 | 2C |
| Octal | 300 | 207 | 36 | 0 | 36 | 124 | 31 | 47 | 111 | 54 |
| Binary | 11000000 | 10000111 | 11110 | 0 | 11110 | 1010100 | 11001 | 100111 | 1001001 | 101100 |
Color Harmonies of #C0871E
Complementary color
Monochromatic Colors of #C0871E
Black with #C0871E
Text Example
Text Example
White with #C0871E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0871E; }
p { color: rgb(192,135,30); }
H1.HeaderClassName
{
color: #C0871E;
}
.AnyTagClassName
{
color: #C0871E;
}
</style>
background-color css
<style>
a { background-color: #C0871E; }
a { background-color: rgb(192,135,30); }
div.DivClassName
{
background-color: #C0871E;
}
.BgClassName
{
background-color: #C0871E;
}
</style>
border-color css
<style>
span { border-color: #C0871E; }
span { border-color: rgb(192,135,30); }
td.TdClassName
{
border-color: #C0871E;
}
.TagClassName
{
border-color: #C0871E;
}
</style>