Shades of Nugget #C2871D
Tints of Nugget #C2871D
RGB
CMYK
RGB Variations
Color information
#C2871D (or 0xC2871D) is known color: Nugget. HEX triplet: C2, 87 and 1D. RGB value is (194,135,29). Sum of RGB (Red+Green+Blue) = 194+135+29=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 135 (53.12% from 255 or 37.71% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2871D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2871D is #3D78E2. Grayscale: #8D8D8D. Windows color (decimal): -4028643 or 1935298. OLE color: 1935298.
HSL color Cylindrical-coordinate representation of color #C2871D: hue angle of 38.55º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2871D is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 29 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.24 |
| HSL | 38.55º | 0.74% | 0.44% | - |
| HSV(B) | 38.55º | 0.85% | 0.76% | - |
| XYZ | 31.13 | 28.89 | 5.1 | - |
| YUV | 140.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 29 | 0 | 0.30 | 0.85 | 0.24 | 38.55 | 0.74 | 0.44 |
| Hex | C2 | 87 | 1D | 0 | 1E | 55 | 18 | 27 | 4A | 2C |
| Octal | 302 | 207 | 35 | 0 | 36 | 125 | 30 | 47 | 112 | 54 |
| Binary | 11000010 | 10000111 | 11101 | 0 | 11110 | 1010101 | 11000 | 100111 | 1001010 | 101100 |
Color Harmonies of #C2871D
Complementary color
Monochromatic Colors of #C2871D
Black with #C2871D
Text Example
Text Example
White with #C2871D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2871D; }
p { color: rgb(194,135,29); }
H1.HeaderClassName
{
color: #C2871D;
}
.AnyTagClassName
{
color: #C2871D;
}
</style>
background-color css
<style>
a { background-color: #C2871D; }
a { background-color: rgb(194,135,29); }
div.DivClassName
{
background-color: #C2871D;
}
.BgClassName
{
background-color: #C2871D;
}
</style>
border-color css
<style>
span { border-color: #C2871D; }
span { border-color: rgb(194,135,29); }
td.TdClassName
{
border-color: #C2871D;
}
.TagClassName
{
border-color: #C2871D;
}
</style>