Shades of Nugget #C5922E
Tints of Nugget #C5922E
RGB
CMYK
RGB Variations
Color information
#C5922E (or 0xC5922E) is known color: Nugget. HEX triplet: C5, 92 and 2E. RGB value is (197,146,46). Sum of RGB (Red+Green+Blue) = 197+146+46=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5922E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5922E is #3A6DD1. Grayscale: #969696. Windows color (decimal): -3829202 or 3052229. OLE color: 3052229.
HSL color Cylindrical-coordinate representation of color #C5922E: hue angle of 39.74º 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 #C5922E is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 46 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.23 |
| HSL | 39.74º | 0.62% | 0.48% | - |
| HSV(B) | 39.74º | 0.77% | 0.77% | - |
| XYZ | 33.8 | 32.63 | 7.1 | - |
| YUV | 149.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 46 | 0 | 0.26 | 0.77 | 0.23 | 39.74 | 0.62 | 0.48 |
| Hex | C5 | 92 | 2E | 0 | 1A | 4D | 17 | 28 | 3E | 30 |
| Octal | 305 | 222 | 56 | 0 | 32 | 115 | 27 | 50 | 76 | 60 |
| Binary | 11000101 | 10010010 | 101110 | 0 | 11010 | 1001101 | 10111 | 101000 | 111110 | 110000 |
Color Harmonies of #C5922E
Complementary color
Monochromatic Colors of #C5922E
Black with #C5922E
Text Example
Text Example
White with #C5922E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5922E; }
p { color: rgb(197,146,46); }
H1.HeaderClassName
{
color: #C5922E;
}
.AnyTagClassName
{
color: #C5922E;
}
</style>
background-color css
<style>
a { background-color: #C5922E; }
a { background-color: rgb(197,146,46); }
div.DivClassName
{
background-color: #C5922E;
}
.BgClassName
{
background-color: #C5922E;
}
</style>
border-color css
<style>
span { border-color: #C5922E; }
span { border-color: rgb(197,146,46); }
td.TdClassName
{
border-color: #C5922E;
}
.TagClassName
{
border-color: #C5922E;
}
</style>