Shades of Nugget #C39320
Tints of Nugget #C39320
RGB
CMYK
RGB Variations
Color information
#C39320 (or 0xC39320) is known color: Nugget. HEX triplet: C3, 93 and 20. RGB value is (195,147,32). Sum of RGB (Red+Green+Blue) = 195+147+32=374 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.14% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 32 (12.89% from 255 or 8.56% from 374); Max value from RGB is 195 - color contains mainly: red. Hex color #C39320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39320 is #3C6CDF. Grayscale: #949494. Windows color (decimal): -3960032 or 2134979. OLE color: 2134979.
HSL color Cylindrical-coordinate representation of color #C39320: hue angle of 42.33º 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 #C39320 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 32 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.24 |
| HSL | 42.33º | 0.72% | 0.45% | - |
| HSV(B) | 42.33º | 0.84% | 0.76% | - |
| XYZ | 33.2 | 32.57 | 5.9 | - |
| YUV | 148.24 | 62.4 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 32 | 0 | 0.25 | 0.84 | 0.24 | 42.33 | 0.72 | 0.45 |
| Hex | C3 | 93 | 20 | 0 | 19 | 54 | 18 | 2A | 48 | 2D |
| Octal | 303 | 223 | 40 | 0 | 31 | 124 | 30 | 52 | 110 | 55 |
| Binary | 11000011 | 10010011 | 100000 | 0 | 11001 | 1010100 | 11000 | 101010 | 1001000 | 101101 |
Color Harmonies of #C39320
Complementary color
Monochromatic Colors of #C39320
Black with #C39320
Text Example
Text Example
White with #C39320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39320; }
p { color: rgb(195,147,32); }
H1.HeaderClassName
{
color: #C39320;
}
.AnyTagClassName
{
color: #C39320;
}
</style>
background-color css
<style>
a { background-color: #C39320; }
a { background-color: rgb(195,147,32); }
div.DivClassName
{
background-color: #C39320;
}
.BgClassName
{
background-color: #C39320;
}
</style>
border-color css
<style>
span { border-color: #C39320; }
span { border-color: rgb(195,147,32); }
td.TdClassName
{
border-color: #C39320;
}
.TagClassName
{
border-color: #C39320;
}
</style>