Shades of Nugget #C48D1E
Tints of Nugget #C48D1E
RGB
CMYK
RGB Variations
Color information
#C48D1E (or 0xC48D1E) is known color: Nugget. HEX triplet: C4, 8D and 1E. RGB value is (196,141,30). Sum of RGB (Red+Green+Blue) = 196+141+30=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 30 (12.11% from 255 or 8.17% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D1E is #3B72E1. Grayscale: #919191. Windows color (decimal): -3896034 or 2002372. OLE color: 2002372.
HSL color Cylindrical-coordinate representation of color #C48D1E: hue angle of 40.12º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C48D1E is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 30 | - |
| CMYK | 0 | 0.28 | 0.85 | 0.23 |
| HSL | 40.12º | 0.73% | 0.44% | - |
| HSV(B) | 40.12º | 0.85% | 0.77% | - |
| XYZ | 32.52 | 30.88 | 5.47 | - |
| YUV | 144.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 30 | 0 | 0.28 | 0.85 | 0.23 | 40.12 | 0.73 | 0.44 |
| Hex | C4 | 8D | 1E | 0 | 1C | 55 | 17 | 28 | 49 | 2C |
| Octal | 304 | 215 | 36 | 0 | 34 | 125 | 27 | 50 | 111 | 54 |
| Binary | 11000100 | 10001101 | 11110 | 0 | 11100 | 1010101 | 10111 | 101000 | 1001001 | 101100 |
Color Harmonies of #C48D1E
Complementary color
Monochromatic Colors of #C48D1E
Black with #C48D1E
Text Example
Text Example
White with #C48D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D1E; }
p { color: rgb(196,141,30); }
H1.HeaderClassName
{
color: #C48D1E;
}
.AnyTagClassName
{
color: #C48D1E;
}
</style>
background-color css
<style>
a { background-color: #C48D1E; }
a { background-color: rgb(196,141,30); }
div.DivClassName
{
background-color: #C48D1E;
}
.BgClassName
{
background-color: #C48D1E;
}
</style>
border-color css
<style>
span { border-color: #C48D1E; }
span { border-color: rgb(196,141,30); }
td.TdClassName
{
border-color: #C48D1E;
}
.TagClassName
{
border-color: #C48D1E;
}
</style>