Shades of Nugget #C4982D
Tints of Nugget #C4982D
RGB
CMYK
RGB Variations
Color information
#C4982D (or 0xC4982D) is known color: Nugget. HEX triplet: C4, 98 and 2D. RGB value is (196,152,45). Sum of RGB (Red+Green+Blue) = 196+152+45=393 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.87% from 393); Green value is 152 (59.77% from 255 or 38.68% from 393); Blue value is 45 (17.97% from 255 or 11.45% from 393); Max value from RGB is 196 - color contains mainly: red. Hex color #C4982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4982D is #3B67D2. Grayscale: #999999. Windows color (decimal): -3893203 or 2988228. OLE color: 2988228.
HSL color Cylindrical-coordinate representation of color #C4982D: hue angle of 42.52º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4982D is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 45 | - |
| CMYK | 0 | 0.22 | 0.77 | 0.23 |
| HSL | 42.52º | 0.63% | 0.47% | - |
| HSV(B) | 42.52º | 0.77% | 0.77% | - |
| XYZ | 34.47 | 34.38 | 7.3 | - |
| YUV | 152.96 | 67.08 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 45 | 0 | 0.22 | 0.77 | 0.23 | 42.52 | 0.63 | 0.47 |
| Hex | C4 | 98 | 2D | 0 | 16 | 4D | 17 | 2B | 3F | 2F |
| Octal | 304 | 230 | 55 | 0 | 26 | 115 | 27 | 53 | 77 | 57 |
| Binary | 11000100 | 10011000 | 101101 | 0 | 10110 | 1001101 | 10111 | 101011 | 111111 | 101111 |
Color Harmonies of #C4982D
Complementary color
Monochromatic Colors of #C4982D
Black with #C4982D
Text Example
Text Example
White with #C4982D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4982D; }
p { color: rgb(196,152,45); }
H1.HeaderClassName
{
color: #C4982D;
}
.AnyTagClassName
{
color: #C4982D;
}
</style>
background-color css
<style>
a { background-color: #C4982D; }
a { background-color: rgb(196,152,45); }
div.DivClassName
{
background-color: #C4982D;
}
.BgClassName
{
background-color: #C4982D;
}
</style>
border-color css
<style>
span { border-color: #C4982D; }
span { border-color: rgb(196,152,45); }
td.TdClassName
{
border-color: #C4982D;
}
.TagClassName
{
border-color: #C4982D;
}
</style>