Shades of Nugget #C39824
Tints of Nugget #C39824
RGB
CMYK
RGB Variations
Color information
#C39824 (or 0xC39824) is known color: Nugget. HEX triplet: C3, 98 and 24. RGB value is (195,152,36). Sum of RGB (Red+Green+Blue) = 195+152+36=383 (50% of max value = 765). Red value is 195 (76.56% from 255 or 50.91% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 36 (14.45% from 255 or 9.40% from 383); Max value from RGB is 195 - color contains mainly: red. Hex color #C39824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39824 is #3C67DB. Grayscale: #989898. Windows color (decimal): -3958748 or 2398403. OLE color: 2398403.
HSL color Cylindrical-coordinate representation of color #C39824: hue angle of 43.77º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C39824 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 152 | 36 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.24 |
| HSL | 43.77º | 0.69% | 0.45% | - |
| HSV(B) | 43.77º | 0.82% | 0.76% | - |
| XYZ | 34.05 | 34.19 | 6.47 | - |
| YUV | 151.63 | 62.75 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 152 | 36 | 0 | 0.22 | 0.82 | 0.24 | 43.77 | 0.69 | 0.45 |
| Hex | C3 | 98 | 24 | 0 | 16 | 52 | 18 | 2C | 45 | 2D |
| Octal | 303 | 230 | 44 | 0 | 26 | 122 | 30 | 54 | 105 | 55 |
| Binary | 11000011 | 10011000 | 100100 | 0 | 10110 | 1010010 | 11000 | 101100 | 1000101 | 101101 |
Color Harmonies of #C39824
Complementary color
Monochromatic Colors of #C39824
Black with #C39824
Text Example
Text Example
White with #C39824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39824; }
p { color: rgb(195,152,36); }
H1.HeaderClassName
{
color: #C39824;
}
.AnyTagClassName
{
color: #C39824;
}
</style>
background-color css
<style>
a { background-color: #C39824; }
a { background-color: rgb(195,152,36); }
div.DivClassName
{
background-color: #C39824;
}
.BgClassName
{
background-color: #C39824;
}
</style>
border-color css
<style>
span { border-color: #C39824; }
span { border-color: rgb(195,152,36); }
td.TdClassName
{
border-color: #C39824;
}
.TagClassName
{
border-color: #C39824;
}
</style>