Shades of Nugget #C0871F
Tints of Nugget #C0871F
RGB
CMYK
RGB Variations
Color information
#C0871F (or 0xC0871F) is known color: Nugget. HEX triplet: C0, 87 and 1F. RGB value is (192,135,31). Sum of RGB (Red+Green+Blue) = 192+135+31=358 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.63% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 192 - color contains mainly: red. Hex color #C0871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0871F is #3F78E0. Grayscale: #8C8C8C. Windows color (decimal): -4159713 or 2066368. OLE color: 2066368.
HSL color Cylindrical-coordinate representation of color #C0871F: hue angle of 38.76º degrees, saturation: 0.72, 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 #C0871F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 31 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.25 |
| HSL | 38.76º | 0.72% | 0.44% | - |
| HSV(B) | 38.76º | 0.84% | 0.75% | - |
| XYZ | 30.65 | 28.63 | 5.21 | - |
| YUV | 140.19 | 66.38 | 164.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 31 | 0 | 0.30 | 0.84 | 0.25 | 38.76 | 0.72 | 0.44 |
| Hex | C0 | 87 | 1F | 0 | 1E | 54 | 19 | 27 | 48 | 2C |
| Octal | 300 | 207 | 37 | 0 | 36 | 124 | 31 | 47 | 110 | 54 |
| Binary | 11000000 | 10000111 | 11111 | 0 | 11110 | 1010100 | 11001 | 100111 | 1001000 | 101100 |
Color Harmonies of #C0871F
Complementary color
Monochromatic Colors of #C0871F
Black with #C0871F
Text Example
Text Example
White with #C0871F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0871F; }
p { color: rgb(192,135,31); }
H1.HeaderClassName
{
color: #C0871F;
}
.AnyTagClassName
{
color: #C0871F;
}
</style>
background-color css
<style>
a { background-color: #C0871F; }
a { background-color: rgb(192,135,31); }
div.DivClassName
{
background-color: #C0871F;
}
.BgClassName
{
background-color: #C0871F;
}
</style>
border-color css
<style>
span { border-color: #C0871F; }
span { border-color: rgb(192,135,31); }
td.TdClassName
{
border-color: #C0871F;
}
.TagClassName
{
border-color: #C0871F;
}
</style>