Shades of Nugget #C39220
Tints of Nugget #C39220
RGB
CMYK
RGB Variations
Color information
#C39220 (or 0xC39220) is known color: Nugget. HEX triplet: C3, 92 and 20. RGB value is (195,146,32). Sum of RGB (Red+Green+Blue) = 195+146+32=373 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.28% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 32 (12.89% from 255 or 8.58% from 373); Max value from RGB is 195 - color contains mainly: red. Hex color #C39220 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39220 is #3C6DDF. Grayscale: #949494. Windows color (decimal): -3960288 or 2134723. OLE color: 2134723.
HSL color Cylindrical-coordinate representation of color #C39220: hue angle of 41.96º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C39220 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 146 | 32 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.24 |
| HSL | 41.96º | 0.72% | 0.45% | - |
| HSV(B) | 41.96º | 0.84% | 0.76% | - |
| XYZ | 33.05 | 32.26 | 5.85 | - |
| YUV | 147.66 | 62.73 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 146 | 32 | 0 | 0.25 | 0.84 | 0.24 | 41.96 | 0.72 | 0.45 |
| Hex | C3 | 92 | 20 | 0 | 19 | 54 | 18 | 2A | 48 | 2D |
| Octal | 303 | 222 | 40 | 0 | 31 | 124 | 30 | 52 | 110 | 55 |
| Binary | 11000011 | 10010010 | 100000 | 0 | 11001 | 1010100 | 11000 | 101010 | 1001000 | 101101 |
Color Harmonies of #C39220
Complementary color
Monochromatic Colors of #C39220
Black with #C39220
Text Example
Text Example
White with #C39220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39220; }
p { color: rgb(195,146,32); }
H1.HeaderClassName
{
color: #C39220;
}
.AnyTagClassName
{
color: #C39220;
}
</style>
background-color css
<style>
a { background-color: #C39220; }
a { background-color: rgb(195,146,32); }
div.DivClassName
{
background-color: #C39220;
}
.BgClassName
{
background-color: #C39220;
}
</style>
border-color css
<style>
span { border-color: #C39220; }
span { border-color: rgb(195,146,32); }
td.TdClassName
{
border-color: #C39220;
}
.TagClassName
{
border-color: #C39220;
}
</style>