Shades of Nugget #C09524
Tints of Nugget #C09524
RGB
CMYK
RGB Variations
Color information
#C09524 (or 0xC09524) is known color: Nugget. HEX triplet: C0, 95 and 24. RGB value is (192,149,36). Sum of RGB (Red+Green+Blue) = 192+149+36=377 (49% of max value = 765). Red value is 192 (75.39% from 255 or 50.93% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 36 (14.45% from 255 or 9.55% from 377); Max value from RGB is 192 - color contains mainly: red. Hex color #C09524 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09524 is #3F6ADB. Grayscale: #959595. Windows color (decimal): -4156124 or 2397632. OLE color: 2397632.
HSL color Cylindrical-coordinate representation of color #C09524: hue angle of 43.46º 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 #C09524 is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 149 | 36 | - |
| CMYK | 0 | 0.22 | 0.81 | 0.25 |
| HSL | 43.46º | 0.68% | 0.45% | - |
| HSV(B) | 43.46º | 0.81% | 0.75% | - |
| XYZ | 32.8 | 32.83 | 6.28 | - |
| YUV | 148.98 | 64.25 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 149 | 36 | 0 | 0.22 | 0.81 | 0.25 | 43.46 | 0.68 | 0.45 |
| Hex | C0 | 95 | 24 | 0 | 16 | 51 | 19 | 2B | 44 | 2D |
| Octal | 300 | 225 | 44 | 0 | 26 | 121 | 31 | 53 | 104 | 55 |
| Binary | 11000000 | 10010101 | 100100 | 0 | 10110 | 1010001 | 11001 | 101011 | 1000100 | 101101 |
Color Harmonies of #C09524
Complementary color
Monochromatic Colors of #C09524
Black with #C09524
Text Example
Text Example
White with #C09524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09524; }
p { color: rgb(192,149,36); }
H1.HeaderClassName
{
color: #C09524;
}
.AnyTagClassName
{
color: #C09524;
}
</style>
background-color css
<style>
a { background-color: #C09524; }
a { background-color: rgb(192,149,36); }
div.DivClassName
{
background-color: #C09524;
}
.BgClassName
{
background-color: #C09524;
}
</style>
border-color css
<style>
span { border-color: #C09524; }
span { border-color: rgb(192,149,36); }
td.TdClassName
{
border-color: #C09524;
}
.TagClassName
{
border-color: #C09524;
}
</style>