Shades of Nugget #C5932F
Tints of Nugget #C5932F
RGB
CMYK
RGB Variations
Color information
#C5932F (or 0xC5932F) is known color: Nugget. HEX triplet: C5, 93 and 2F. RGB value is (197,147,47). Sum of RGB (Red+Green+Blue) = 197+147+47=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 147 (57.81% from 255 or 37.60% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5932F is #3A6CD0. Grayscale: #969696. Windows color (decimal): -3828945 or 3118021. OLE color: 3118021.
HSL color Cylindrical-coordinate representation of color #C5932F: hue angle of 40º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C5932F is Cyan = 0, Magento = 0.25, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 147 | 47 | - |
| CMYK | 0 | 0.25 | 0.76 | 0.23 |
| HSL | 40º | 0.61% | 0.48% | - |
| HSV(B) | 40º | 0.76% | 0.77% | - |
| XYZ | 33.97 | 32.94 | 7.26 | - |
| YUV | 150.55 | 69.57 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 147 | 47 | 0 | 0.25 | 0.76 | 0.23 | 40 | 0.61 | 0.48 |
| Hex | C5 | 93 | 2F | 0 | 19 | 4C | 17 | 28 | 3D | 30 |
| Octal | 305 | 223 | 57 | 0 | 31 | 114 | 27 | 50 | 75 | 60 |
| Binary | 11000101 | 10010011 | 101111 | 0 | 11001 | 1001100 | 10111 | 101000 | 111101 | 110000 |
Color Harmonies of #C5932F
Complementary color
Monochromatic Colors of #C5932F
Black with #C5932F
Text Example
Text Example
White with #C5932F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5932F; }
p { color: rgb(197,147,47); }
H1.HeaderClassName
{
color: #C5932F;
}
.AnyTagClassName
{
color: #C5932F;
}
</style>
background-color css
<style>
a { background-color: #C5932F; }
a { background-color: rgb(197,147,47); }
div.DivClassName
{
background-color: #C5932F;
}
.BgClassName
{
background-color: #C5932F;
}
</style>
border-color css
<style>
span { border-color: #C5932F; }
span { border-color: rgb(197,147,47); }
td.TdClassName
{
border-color: #C5932F;
}
.TagClassName
{
border-color: #C5932F;
}
</style>