Shades of Nugget #C0891E
Tints of Nugget #C0891E
RGB
CMYK
RGB Variations
Color information
#C0891E (or 0xC0891E) is known color: Nugget. HEX triplet: C0, 89 and 1E. RGB value is (192,137,30). Sum of RGB (Red+Green+Blue) = 192+137+30=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C0891E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0891E is #3F76E1. Grayscale: #8D8D8D. Windows color (decimal): -4159202 or 2001344. OLE color: 2001344.
HSL color Cylindrical-coordinate representation of color #C0891E: hue angle of 39.63º 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 #C0891E is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 30 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.25 |
| HSL | 39.63º | 0.73% | 0.44% | - |
| HSV(B) | 39.63º | 0.84% | 0.75% | - |
| XYZ | 30.92 | 29.19 | 5.23 | - |
| YUV | 141.25 | 65.22 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 30 | 0 | 0.29 | 0.84 | 0.25 | 39.63 | 0.73 | 0.44 |
| Hex | C0 | 89 | 1E | 0 | 1D | 54 | 19 | 28 | 49 | 2C |
| Octal | 300 | 211 | 36 | 0 | 35 | 124 | 31 | 50 | 111 | 54 |
| Binary | 11000000 | 10001001 | 11110 | 0 | 11101 | 1010100 | 11001 | 101000 | 1001001 | 101100 |
Color Harmonies of #C0891E
Complementary color
Monochromatic Colors of #C0891E
Black with #C0891E
Text Example
Text Example
White with #C0891E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0891E; }
p { color: rgb(192,137,30); }
H1.HeaderClassName
{
color: #C0891E;
}
.AnyTagClassName
{
color: #C0891E;
}
</style>
background-color css
<style>
a { background-color: #C0891E; }
a { background-color: rgb(192,137,30); }
div.DivClassName
{
background-color: #C0891E;
}
.BgClassName
{
background-color: #C0891E;
}
</style>
border-color css
<style>
span { border-color: #C0891E; }
span { border-color: rgb(192,137,30); }
td.TdClassName
{
border-color: #C0891E;
}
.TagClassName
{
border-color: #C0891E;
}
</style>