Shades of Nugget #C5902C
Tints of Nugget #C5902C
RGB
CMYK
RGB Variations
Color information
#C5902C (or 0xC5902C) is known color: Nugget. HEX triplet: C5, 90 and 2C. RGB value is (197,144,44). Sum of RGB (Red+Green+Blue) = 197+144+44=385 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.17% from 385); Green value is 144 (56.64% from 255 or 37.40% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 197 - color contains mainly: red. Hex color #C5902C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5902C is #3A6FD3. Grayscale: #949494. Windows color (decimal): -3829716 or 2920645. OLE color: 2920645.
HSL color Cylindrical-coordinate representation of color #C5902C: hue angle of 39.22º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5902C is Cyan = 0, Magento = 0.27, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 44 | - |
| CMYK | 0 | 0.27 | 0.78 | 0.23 |
| HSL | 39.22º | 0.63% | 0.47% | - |
| HSV(B) | 39.22º | 0.78% | 0.77% | - |
| XYZ | 33.45 | 32 | 6.8 | - |
| YUV | 148.45 | 69.06 | 162.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 44 | 0 | 0.27 | 0.78 | 0.23 | 39.22 | 0.63 | 0.47 |
| Hex | C5 | 90 | 2C | 0 | 1B | 4E | 17 | 27 | 3F | 2F |
| Octal | 305 | 220 | 54 | 0 | 33 | 116 | 27 | 47 | 77 | 57 |
| Binary | 11000101 | 10010000 | 101100 | 0 | 11011 | 1001110 | 10111 | 100111 | 111111 | 101111 |
Color Harmonies of #C5902C
Complementary color
Monochromatic Colors of #C5902C
Black with #C5902C
Text Example
Text Example
White with #C5902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5902C; }
p { color: rgb(197,144,44); }
H1.HeaderClassName
{
color: #C5902C;
}
.AnyTagClassName
{
color: #C5902C;
}
</style>
background-color css
<style>
a { background-color: #C5902C; }
a { background-color: rgb(197,144,44); }
div.DivClassName
{
background-color: #C5902C;
}
.BgClassName
{
background-color: #C5902C;
}
</style>
border-color css
<style>
span { border-color: #C5902C; }
span { border-color: rgb(197,144,44); }
td.TdClassName
{
border-color: #C5902C;
}
.TagClassName
{
border-color: #C5902C;
}
</style>