Shades of Nugget #C5912E
Tints of Nugget #C5912E
RGB
CMYK
RGB Variations
Color information
#C5912E (or 0xC5912E) is known color: Nugget. HEX triplet: C5, 91 and 2E. RGB value is (197,145,46). Sum of RGB (Red+Green+Blue) = 197+145+46=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 46 (18.36% from 255 or 11.86% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5912E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5912E is #3A6ED1. Grayscale: #959595. Windows color (decimal): -3829458 or 3051973. OLE color: 3051973.
HSL color Cylindrical-coordinate representation of color #C5912E: hue angle of 39.34º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C5912E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 46 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.23 |
| HSL | 39.34º | 0.62% | 0.48% | - |
| HSV(B) | 39.34º | 0.77% | 0.77% | - |
| XYZ | 33.64 | 32.32 | 7.05 | - |
| YUV | 149.26 | 69.73 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 46 | 0 | 0.26 | 0.77 | 0.23 | 39.34 | 0.62 | 0.48 |
| Hex | C5 | 91 | 2E | 0 | 1A | 4D | 17 | 27 | 3E | 30 |
| Octal | 305 | 221 | 56 | 0 | 32 | 115 | 27 | 47 | 76 | 60 |
| Binary | 11000101 | 10010001 | 101110 | 0 | 11010 | 1001101 | 10111 | 100111 | 111110 | 110000 |
Color Harmonies of #C5912E
Complementary color
Monochromatic Colors of #C5912E
Black with #C5912E
Text Example
Text Example
White with #C5912E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5912E; }
p { color: rgb(197,145,46); }
H1.HeaderClassName
{
color: #C5912E;
}
.AnyTagClassName
{
color: #C5912E;
}
</style>
background-color css
<style>
a { background-color: #C5912E; }
a { background-color: rgb(197,145,46); }
div.DivClassName
{
background-color: #C5912E;
}
.BgClassName
{
background-color: #C5912E;
}
</style>
border-color css
<style>
span { border-color: #C5912E; }
span { border-color: rgb(197,145,46); }
td.TdClassName
{
border-color: #C5912E;
}
.TagClassName
{
border-color: #C5912E;
}
</style>