Shades of Nugget #C0861E
Tints of Nugget #C0861E
RGB
CMYK
RGB Variations
Color information
#C0861E (or 0xC0861E) is known color: Nugget. HEX triplet: C0, 86 and 1E. RGB value is (192,134,30). Sum of RGB (Red+Green+Blue) = 192+134+30=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 134 (52.73% from 255 or 37.64% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C0861E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0861E is #3F79E1. Grayscale: #8B8B8B. Windows color (decimal): -4159970 or 2000576. OLE color: 2000576.
HSL color Cylindrical-coordinate representation of color #C0861E: hue angle of 38.52º 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 #C0861E is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 30 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.25 |
| HSL | 38.52º | 0.73% | 0.44% | - |
| HSV(B) | 38.52º | 0.84% | 0.75% | - |
| XYZ | 30.5 | 28.35 | 5.09 | - |
| YUV | 139.49 | 66.22 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 30 | 0 | 0.30 | 0.84 | 0.25 | 38.52 | 0.73 | 0.44 |
| Hex | C0 | 86 | 1E | 0 | 1E | 54 | 19 | 27 | 49 | 2C |
| Octal | 300 | 206 | 36 | 0 | 36 | 124 | 31 | 47 | 111 | 54 |
| Binary | 11000000 | 10000110 | 11110 | 0 | 11110 | 1010100 | 11001 | 100111 | 1001001 | 101100 |
Color Harmonies of #C0861E
Complementary color
Monochromatic Colors of #C0861E
Black with #C0861E
Text Example
Text Example
White with #C0861E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0861E; }
p { color: rgb(192,134,30); }
H1.HeaderClassName
{
color: #C0861E;
}
.AnyTagClassName
{
color: #C0861E;
}
</style>
background-color css
<style>
a { background-color: #C0861E; }
a { background-color: rgb(192,134,30); }
div.DivClassName
{
background-color: #C0861E;
}
.BgClassName
{
background-color: #C0861E;
}
</style>
border-color css
<style>
span { border-color: #C0861E; }
span { border-color: rgb(192,134,30); }
td.TdClassName
{
border-color: #C0861E;
}
.TagClassName
{
border-color: #C0861E;
}
</style>