Shades of Nugget #C39423
Tints of Nugget #C39423
RGB
CMYK
RGB Variations
Color information
#C39423 (or 0xC39423) is known color: Nugget. HEX triplet: C3, 94 and 23. RGB value is (195,148,35). Sum of RGB (Red+Green+Blue) = 195+148+35=378 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.59% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 35 (14.06% from 255 or 9.26% from 378); Max value from RGB is 195 - color contains mainly: red. Hex color #C39423 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C39423 is #3C6BDC. Grayscale: #959595. Windows color (decimal): -3959773 or 2331843. OLE color: 2331843.
HSL color Cylindrical-coordinate representation of color #C39423: hue angle of 42.38º 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 #C39423 is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 35 | - |
| CMYK | 0 | 0.24 | 0.82 | 0.24 |
| HSL | 42.38º | 0.7% | 0.45% | - |
| HSV(B) | 42.38º | 0.82% | 0.76% | - |
| XYZ | 33.4 | 32.9 | 6.18 | - |
| YUV | 149.17 | 63.57 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 35 | 0 | 0.24 | 0.82 | 0.24 | 42.38 | 0.7 | 0.45 |
| Hex | C3 | 94 | 23 | 0 | 18 | 52 | 18 | 2A | 46 | 2D |
| Octal | 303 | 224 | 43 | 0 | 30 | 122 | 30 | 52 | 106 | 55 |
| Binary | 11000011 | 10010100 | 100011 | 0 | 11000 | 1010010 | 11000 | 101010 | 1000110 | 101101 |
Color Harmonies of #C39423
Complementary color
Monochromatic Colors of #C39423
Black with #C39423
Text Example
Text Example
White with #C39423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39423; }
p { color: rgb(195,148,35); }
H1.HeaderClassName
{
color: #C39423;
}
.AnyTagClassName
{
color: #C39423;
}
</style>
background-color css
<style>
a { background-color: #C39423; }
a { background-color: rgb(195,148,35); }
div.DivClassName
{
background-color: #C39423;
}
.BgClassName
{
background-color: #C39423;
}
</style>
border-color css
<style>
span { border-color: #C39423; }
span { border-color: rgb(195,148,35); }
td.TdClassName
{
border-color: #C39423;
}
.TagClassName
{
border-color: #C39423;
}
</style>