Shades of Nugget #C5902A
Tints of Nugget #C5902A
RGB
CMYK
RGB Variations
Color information
#C5902A (or 0xC5902A) is known color: Nugget. HEX triplet: C5, 90 and 2A. RGB value is (197,144,42). Sum of RGB (Red+Green+Blue) = 197+144+42=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 144 (56.64% from 255 or 37.60% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C5902A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5902A is #3A6FD5. Grayscale: #949494. Windows color (decimal): -3829718 or 2789573. OLE color: 2789573.
HSL color Cylindrical-coordinate representation of color #C5902A: hue angle of 39.48º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5902A is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 42 | - |
| CMYK | 0 | 0.27 | 0.79 | 0.23 |
| HSL | 39.48º | 0.65% | 0.47% | - |
| HSV(B) | 39.48º | 0.79% | 0.77% | - |
| XYZ | 33.42 | 31.98 | 6.6 | - |
| YUV | 148.22 | 68.06 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 42 | 0 | 0.27 | 0.79 | 0.23 | 39.48 | 0.65 | 0.47 |
| Hex | C5 | 90 | 2A | 0 | 1B | 4F | 17 | 27 | 41 | 2F |
| Octal | 305 | 220 | 52 | 0 | 33 | 117 | 27 | 47 | 101 | 57 |
| Binary | 11000101 | 10010000 | 101010 | 0 | 11011 | 1001111 | 10111 | 100111 | 1000001 | 101111 |
Color Harmonies of #C5902A
Complementary color
Monochromatic Colors of #C5902A
Black with #C5902A
Text Example
Text Example
White with #C5902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5902A; }
p { color: rgb(197,144,42); }
H1.HeaderClassName
{
color: #C5902A;
}
.AnyTagClassName
{
color: #C5902A;
}
</style>
background-color css
<style>
a { background-color: #C5902A; }
a { background-color: rgb(197,144,42); }
div.DivClassName
{
background-color: #C5902A;
}
.BgClassName
{
background-color: #C5902A;
}
</style>
border-color css
<style>
span { border-color: #C5902A; }
span { border-color: rgb(197,144,42); }
td.TdClassName
{
border-color: #C5902A;
}
.TagClassName
{
border-color: #C5902A;
}
</style>