Shades of Nugget #C09724
Tints of Nugget #C09724
RGB
CMYK
RGB Variations
Color information
#C09724 (or 0xC09724) is known color: Nugget. HEX triplet: C0, 97 and 24. RGB value is (192,151,36). Sum of RGB (Red+Green+Blue) = 192+151+36=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 36 (14.45% from 255 or 9.50% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C09724 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C09724 is #3F68DB. Grayscale: #969696. Windows color (decimal): -4155612 or 2398144. OLE color: 2398144.
HSL color Cylindrical-coordinate representation of color #C09724: hue angle of 44.23º 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 #C09724 is Cyan = 0, Magento = 0.21, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 36 | - |
| CMYK | 0 | 0.21 | 0.81 | 0.25 |
| HSL | 44.23º | 0.68% | 0.45% | - |
| HSV(B) | 44.23º | 0.81% | 0.75% | - |
| XYZ | 33.12 | 33.47 | 6.38 | - |
| YUV | 150.15 | 63.58 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 36 | 0 | 0.21 | 0.81 | 0.25 | 44.23 | 0.68 | 0.45 |
| Hex | C0 | 97 | 24 | 0 | 15 | 51 | 19 | 2C | 44 | 2D |
| Octal | 300 | 227 | 44 | 0 | 25 | 121 | 31 | 54 | 104 | 55 |
| Binary | 11000000 | 10010111 | 100100 | 0 | 10101 | 1010001 | 11001 | 101100 | 1000100 | 101101 |
Color Harmonies of #C09724
Complementary color
Monochromatic Colors of #C09724
Black with #C09724
Text Example
Text Example
White with #C09724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09724; }
p { color: rgb(192,151,36); }
H1.HeaderClassName
{
color: #C09724;
}
.AnyTagClassName
{
color: #C09724;
}
</style>
background-color css
<style>
a { background-color: #C09724; }
a { background-color: rgb(192,151,36); }
div.DivClassName
{
background-color: #C09724;
}
.BgClassName
{
background-color: #C09724;
}
</style>
border-color css
<style>
span { border-color: #C09724; }
span { border-color: rgb(192,151,36); }
td.TdClassName
{
border-color: #C09724;
}
.TagClassName
{
border-color: #C09724;
}
</style>