Shades of Nugget #C59128
Tints of Nugget #C59128
RGB
CMYK
RGB Variations
Color information
#C59128 (or 0xC59128) is known color: Nugget. HEX triplet: C5, 91 and 28. RGB value is (197,145,40). Sum of RGB (Red+Green+Blue) = 197+145+40=382 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.57% from 382); Green value is 145 (57.03% from 255 or 37.96% from 382); Blue value is 40 (16.02% from 255 or 10.47% from 382); Max value from RGB is 197 - color contains mainly: red. Hex color #C59128 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59128 is #3A6ED7. Grayscale: #959595. Windows color (decimal): -3829464 or 2658757. OLE color: 2658757.
HSL color Cylindrical-coordinate representation of color #C59128: hue angle of 40.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C59128 is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 40 | - |
| CMYK | 0 | 0.26 | 0.80 | 0.23 |
| HSL | 40.13º | 0.66% | 0.46% | - |
| HSV(B) | 40.13º | 0.8% | 0.77% | - |
| XYZ | 33.53 | 32.27 | 6.47 | - |
| YUV | 148.58 | 66.73 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 40 | 0 | 0.26 | 0.80 | 0.23 | 40.13 | 0.66 | 0.46 |
| Hex | C5 | 91 | 28 | 0 | 1A | 50 | 17 | 28 | 42 | 2E |
| Octal | 305 | 221 | 50 | 0 | 32 | 120 | 27 | 50 | 102 | 56 |
| Binary | 11000101 | 10010001 | 101000 | 0 | 11010 | 1010000 | 10111 | 101000 | 1000010 | 101110 |
Color Harmonies of #C59128
Complementary color
Monochromatic Colors of #C59128
Black with #C59128
Text Example
Text Example
White with #C59128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59128; }
p { color: rgb(197,145,40); }
H1.HeaderClassName
{
color: #C59128;
}
.AnyTagClassName
{
color: #C59128;
}
</style>
background-color css
<style>
a { background-color: #C59128; }
a { background-color: rgb(197,145,40); }
div.DivClassName
{
background-color: #C59128;
}
.BgClassName
{
background-color: #C59128;
}
</style>
border-color css
<style>
span { border-color: #C59128; }
span { border-color: rgb(197,145,40); }
td.TdClassName
{
border-color: #C59128;
}
.TagClassName
{
border-color: #C59128;
}
</style>