Shades of Nugget #C09024
Tints of Nugget #C09024
RGB
CMYK
RGB Variations
Color information
#C09024 (or 0xC09024) is known color: Nugget. HEX triplet: C0, 90 and 24. RGB value is (192,144,36). Sum of RGB (Red+Green+Blue) = 192+144+36=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 36 (14.45% from 255 or 9.68% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C09024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09024 is #3F6FDB. Grayscale: #929292. Windows color (decimal): -4157404 or 2396352. OLE color: 2396352.
HSL color Cylindrical-coordinate representation of color #C09024: hue angle of 41.54º 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 #C09024 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 36 | - |
| CMYK | 0 | 0.25 | 0.81 | 0.25 |
| HSL | 41.54º | 0.68% | 0.45% | - |
| HSV(B) | 41.54º | 0.81% | 0.75% | - |
| XYZ | 32.03 | 31.28 | 6.02 | - |
| YUV | 146.04 | 65.9 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 36 | 0 | 0.25 | 0.81 | 0.25 | 41.54 | 0.68 | 0.45 |
| Hex | C0 | 90 | 24 | 0 | 19 | 51 | 19 | 2A | 44 | 2D |
| Octal | 300 | 220 | 44 | 0 | 31 | 121 | 31 | 52 | 104 | 55 |
| Binary | 11000000 | 10010000 | 100100 | 0 | 11001 | 1010001 | 11001 | 101010 | 1000100 | 101101 |
Color Harmonies of #C09024
Complementary color
Monochromatic Colors of #C09024
Black with #C09024
Text Example
Text Example
White with #C09024
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09024; }
p { color: rgb(192,144,36); }
H1.HeaderClassName
{
color: #C09024;
}
.AnyTagClassName
{
color: #C09024;
}
</style>
background-color css
<style>
a { background-color: #C09024; }
a { background-color: rgb(192,144,36); }
div.DivClassName
{
background-color: #C09024;
}
.BgClassName
{
background-color: #C09024;
}
</style>
border-color css
<style>
span { border-color: #C09024; }
span { border-color: rgb(192,144,36); }
td.TdClassName
{
border-color: #C09024;
}
.TagClassName
{
border-color: #C09024;
}
</style>