Shades of Nugget #C08924
Tints of Nugget #C08924
RGB
CMYK
RGB Variations
Color information
#C08924 (or 0xC08924) is known color: Nugget. HEX triplet: C0, 89 and 24. RGB value is (192,137,36). Sum of RGB (Red+Green+Blue) = 192+137+36=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C08924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08924 is #3F76DB. Grayscale: #8E8E8E. Windows color (decimal): -4159196 or 2394560. OLE color: 2394560.
HSL color Cylindrical-coordinate representation of color #C08924: hue angle of 38.85º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C08924 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 137 | 36 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.25 |
| HSL | 38.85º | 0.68% | 0.45% | - |
| HSV(B) | 38.85º | 0.81% | 0.75% | - |
| XYZ | 31 | 29.23 | 5.68 | - |
| YUV | 141.93 | 68.22 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 137 | 36 | 0 | 0.29 | 0.81 | 0.25 | 38.85 | 0.68 | 0.45 |
| Hex | C0 | 89 | 24 | 0 | 1D | 51 | 19 | 27 | 44 | 2D |
| Octal | 300 | 211 | 44 | 0 | 35 | 121 | 31 | 47 | 104 | 55 |
| Binary | 11000000 | 10001001 | 100100 | 0 | 11101 | 1010001 | 11001 | 100111 | 1000100 | 101101 |
Color Harmonies of #C08924
Complementary color
Monochromatic Colors of #C08924
Black with #C08924
Text Example
Text Example
White with #C08924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08924; }
p { color: rgb(192,137,36); }
H1.HeaderClassName
{
color: #C08924;
}
.AnyTagClassName
{
color: #C08924;
}
</style>
background-color css
<style>
a { background-color: #C08924; }
a { background-color: rgb(192,137,36); }
div.DivClassName
{
background-color: #C08924;
}
.BgClassName
{
background-color: #C08924;
}
</style>
border-color css
<style>
span { border-color: #C08924; }
span { border-color: rgb(192,137,36); }
td.TdClassName
{
border-color: #C08924;
}
.TagClassName
{
border-color: #C08924;
}
</style>