Shades of Nugget #C4952F
Tints of Nugget #C4952F
RGB
CMYK
RGB Variations
Color information
#C4952F (or 0xC4952F) is known color: Nugget. HEX triplet: C4, 95 and 2F. RGB value is (196,149,47). Sum of RGB (Red+Green+Blue) = 196+149+47=392 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50% from 392); Green value is 149 (58.59% from 255 or 38.01% from 392); Blue value is 47 (18.75% from 255 or 11.99% from 392); Max value from RGB is 196 - color contains mainly: red. Hex color #C4952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4952F is #3B6AD0. Grayscale: #979797. Windows color (decimal): -3893969 or 3118532. OLE color: 3118532.
HSL color Cylindrical-coordinate representation of color #C4952F: hue angle of 41.07º 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 #C4952F is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 47 | - |
| CMYK | 0 | 0.24 | 0.76 | 0.23 |
| HSL | 41.07º | 0.61% | 0.48% | - |
| HSV(B) | 41.07º | 0.76% | 0.77% | - |
| XYZ | 34.03 | 33.44 | 7.35 | - |
| YUV | 151.43 | 69.07 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 47 | 0 | 0.24 | 0.76 | 0.23 | 41.07 | 0.61 | 0.48 |
| Hex | C4 | 95 | 2F | 0 | 18 | 4C | 17 | 29 | 3D | 30 |
| Octal | 304 | 225 | 57 | 0 | 30 | 114 | 27 | 51 | 75 | 60 |
| Binary | 11000100 | 10010101 | 101111 | 0 | 11000 | 1001100 | 10111 | 101001 | 111101 | 110000 |
Color Harmonies of #C4952F
Complementary color
Monochromatic Colors of #C4952F
Black with #C4952F
Text Example
Text Example
White with #C4952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4952F; }
p { color: rgb(196,149,47); }
H1.HeaderClassName
{
color: #C4952F;
}
.AnyTagClassName
{
color: #C4952F;
}
</style>
background-color css
<style>
a { background-color: #C4952F; }
a { background-color: rgb(196,149,47); }
div.DivClassName
{
background-color: #C4952F;
}
.BgClassName
{
background-color: #C4952F;
}
</style>
border-color css
<style>
span { border-color: #C4952F; }
span { border-color: rgb(196,149,47); }
td.TdClassName
{
border-color: #C4952F;
}
.TagClassName
{
border-color: #C4952F;
}
</style>