Shades of Nugget #C28E28
Tints of Nugget #C28E28
RGB
CMYK
RGB Variations
Color information
#C28E28 (or 0xC28E28) is known color: Nugget. HEX triplet: C2, 8E and 28. RGB value is (194,142,40). Sum of RGB (Red+Green+Blue) = 194+142+40=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 142 (55.86% from 255 or 37.77% from 376); Blue value is 40 (16.02% from 255 or 10.64% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C28E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28E28 is #3D71D7. Grayscale: #929292. Windows color (decimal): -4026840 or 2657986. OLE color: 2657986.
HSL color Cylindrical-coordinate representation of color #C28E28: hue angle of 39.74º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C28E28 is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 40 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.24 |
| HSL | 39.74º | 0.66% | 0.46% | - |
| HSV(B) | 39.74º | 0.79% | 0.76% | - |
| XYZ | 32.3 | 30.97 | 6.28 | - |
| YUV | 145.92 | 68.23 | 162.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 40 | 0 | 0.27 | 0.79 | 0.24 | 39.74 | 0.66 | 0.46 |
| Hex | C2 | 8E | 28 | 0 | 1B | 4F | 18 | 28 | 42 | 2E |
| Octal | 302 | 216 | 50 | 0 | 33 | 117 | 30 | 50 | 102 | 56 |
| Binary | 11000010 | 10001110 | 101000 | 0 | 11011 | 1001111 | 11000 | 101000 | 1000010 | 101110 |
Color Harmonies of #C28E28
Complementary color
Monochromatic Colors of #C28E28
Black with #C28E28
Text Example
Text Example
White with #C28E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28E28; }
p { color: rgb(194,142,40); }
H1.HeaderClassName
{
color: #C28E28;
}
.AnyTagClassName
{
color: #C28E28;
}
</style>
background-color css
<style>
a { background-color: #C28E28; }
a { background-color: rgb(194,142,40); }
div.DivClassName
{
background-color: #C28E28;
}
.BgClassName
{
background-color: #C28E28;
}
</style>
border-color css
<style>
span { border-color: #C28E28; }
span { border-color: rgb(194,142,40); }
td.TdClassName
{
border-color: #C28E28;
}
.TagClassName
{
border-color: #C28E28;
}
</style>