Shades of Nugget #C28C24
Tints of Nugget #C28C24
RGB
CMYK
RGB Variations
Color information
#C28C24 (or 0xC28C24) is known color: Nugget. HEX triplet: C2, 8C and 24. RGB value is (194,140,36). Sum of RGB (Red+Green+Blue) = 194+140+36=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 36 (14.45% from 255 or 9.73% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C28C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28C24 is #3D73DB. Grayscale: #909090. Windows color (decimal): -4027356 or 2395330. OLE color: 2395330.
HSL color Cylindrical-coordinate representation of color #C28C24: hue angle of 39.49º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C28C24 is Cyan = 0, Magento = 0.28, Yellow = 0.81 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 36 | - |
| CMYK | 0 | 0.28 | 0.81 | 0.24 |
| HSL | 39.49º | 0.69% | 0.45% | - |
| HSV(B) | 39.49º | 0.81% | 0.76% | - |
| XYZ | 31.94 | 30.35 | 5.84 | - |
| YUV | 144.29 | 66.89 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 36 | 0 | 0.28 | 0.81 | 0.24 | 39.49 | 0.69 | 0.45 |
| Hex | C2 | 8C | 24 | 0 | 1C | 51 | 18 | 27 | 45 | 2D |
| Octal | 302 | 214 | 44 | 0 | 34 | 121 | 30 | 47 | 105 | 55 |
| Binary | 11000010 | 10001100 | 100100 | 0 | 11100 | 1010001 | 11000 | 100111 | 1000101 | 101101 |
Color Harmonies of #C28C24
Complementary color
Monochromatic Colors of #C28C24
Black with #C28C24
Text Example
Text Example
White with #C28C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28C24; }
p { color: rgb(194,140,36); }
H1.HeaderClassName
{
color: #C28C24;
}
.AnyTagClassName
{
color: #C28C24;
}
</style>
background-color css
<style>
a { background-color: #C28C24; }
a { background-color: rgb(194,140,36); }
div.DivClassName
{
background-color: #C28C24;
}
.BgClassName
{
background-color: #C28C24;
}
</style>
border-color css
<style>
span { border-color: #C28C24; }
span { border-color: rgb(194,140,36); }
td.TdClassName
{
border-color: #C28C24;
}
.TagClassName
{
border-color: #C28C24;
}
</style>