Shades of Nugget #C39523
Tints of Nugget #C39523
RGB
CMYK
RGB Variations
Color information
#C39523 (or 0xC39523) is known color: Nugget. HEX triplet: C3, 95 and 23. RGB value is (195,149,35). Sum of RGB (Red+Green+Blue) = 195+149+35=379 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.45% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 35 (14.06% from 255 or 9.23% from 379); Max value from RGB is 195 - color contains mainly: red. Hex color #C39523 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39523 is #3C6ADC. Grayscale: #969696. Windows color (decimal): -3959517 or 2332099. OLE color: 2332099.
HSL color Cylindrical-coordinate representation of color #C39523: hue angle of 42.75º degrees, saturation: 0.7, 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 #C39523 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 35 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.24 |
| HSL | 42.75º | 0.7% | 0.45% | - |
| HSV(B) | 42.75º | 0.82% | 0.76% | - |
| XYZ | 33.56 | 33.22 | 6.23 | - |
| YUV | 149.76 | 63.24 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 35 | 0 | 0.24 | 0.82 | 0.24 | 42.75 | 0.7 | 0.45 |
| Hex | C3 | 95 | 23 | 0 | 18 | 52 | 18 | 2B | 46 | 2D |
| Octal | 303 | 225 | 43 | 0 | 30 | 122 | 30 | 53 | 106 | 55 |
| Binary | 11000011 | 10010101 | 100011 | 0 | 11000 | 1010010 | 11000 | 101011 | 1000110 | 101101 |
Color Harmonies of #C39523
Complementary color
Monochromatic Colors of #C39523
Black with #C39523
Text Example
Text Example
White with #C39523
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39523; }
p { color: rgb(195,149,35); }
H1.HeaderClassName
{
color: #C39523;
}
.AnyTagClassName
{
color: #C39523;
}
</style>
background-color css
<style>
a { background-color: #C39523; }
a { background-color: rgb(195,149,35); }
div.DivClassName
{
background-color: #C39523;
}
.BgClassName
{
background-color: #C39523;
}
</style>
border-color css
<style>
span { border-color: #C39523; }
span { border-color: rgb(195,149,35); }
td.TdClassName
{
border-color: #C39523;
}
.TagClassName
{
border-color: #C39523;
}
</style>