Shades of Nugget #C59023
Tints of Nugget #C59023
RGB
CMYK
RGB Variations
Color information
#C59023 (or 0xC59023) is known color: Nugget. HEX triplet: C5, 90 and 23. RGB value is (197,144,35). Sum of RGB (Red+Green+Blue) = 197+144+35=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 35 (14.06% from 255 or 9.31% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C59023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59023 is #3A6FDC. Grayscale: #939393. Windows color (decimal): -3829725 or 2330821. OLE color: 2330821.
HSL color Cylindrical-coordinate representation of color #C59023: hue angle of 40.37º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C59023 is Cyan = 0, Magento = 0.27, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 35 | - |
| CMYK | 0 | 0.27 | 0.82 | 0.23 |
| HSL | 40.37º | 0.7% | 0.45% | - |
| HSV(B) | 40.37º | 0.82% | 0.77% | - |
| XYZ | 33.3 | 31.94 | 6 | - |
| YUV | 147.42 | 64.56 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 35 | 0 | 0.27 | 0.82 | 0.23 | 40.37 | 0.7 | 0.45 |
| Hex | C5 | 90 | 23 | 0 | 1B | 52 | 17 | 28 | 46 | 2D |
| Octal | 305 | 220 | 43 | 0 | 33 | 122 | 27 | 50 | 106 | 55 |
| Binary | 11000101 | 10010000 | 100011 | 0 | 11011 | 1010010 | 10111 | 101000 | 1000110 | 101101 |
Color Harmonies of #C59023
Complementary color
Monochromatic Colors of #C59023
Black with #C59023
Text Example
Text Example
White with #C59023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59023; }
p { color: rgb(197,144,35); }
H1.HeaderClassName
{
color: #C59023;
}
.AnyTagClassName
{
color: #C59023;
}
</style>
background-color css
<style>
a { background-color: #C59023; }
a { background-color: rgb(197,144,35); }
div.DivClassName
{
background-color: #C59023;
}
.BgClassName
{
background-color: #C59023;
}
</style>
border-color css
<style>
span { border-color: #C59023; }
span { border-color: rgb(197,144,35); }
td.TdClassName
{
border-color: #C59023;
}
.TagClassName
{
border-color: #C59023;
}
</style>