Shades of Nugget #C48D1C
Tints of Nugget #C48D1C
RGB
CMYK
RGB Variations
Color information
#C48D1C (or 0xC48D1C) is known color: Nugget. HEX triplet: C4, 8D and 1C. RGB value is (196,141,28). Sum of RGB (Red+Green+Blue) = 196+141+28=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 141 (55.47% from 255 or 38.63% from 365); Blue value is 28 (11.33% from 255 or 7.67% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C48D1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48D1C is #3B72E3. Grayscale: #919191. Windows color (decimal): -3896036 or 1871300. OLE color: 1871300.
HSL color Cylindrical-coordinate representation of color #C48D1C: hue angle of 40.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C48D1C is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 28 | - |
| CMYK | 0 | 0.28 | 0.86 | 0.23 |
| HSL | 40.36º | 0.75% | 0.44% | - |
| HSV(B) | 40.36º | 0.86% | 0.77% | - |
| XYZ | 32.5 | 30.87 | 5.34 | - |
| YUV | 144.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 28 | 0 | 0.28 | 0.86 | 0.23 | 40.36 | 0.75 | 0.44 |
| Hex | C4 | 8D | 1C | 0 | 1C | 56 | 17 | 28 | 4B | 2C |
| Octal | 304 | 215 | 34 | 0 | 34 | 126 | 27 | 50 | 113 | 54 |
| Binary | 11000100 | 10001101 | 11100 | 0 | 11100 | 1010110 | 10111 | 101000 | 1001011 | 101100 |
Color Harmonies of #C48D1C
Complementary color
Monochromatic Colors of #C48D1C
Black with #C48D1C
Text Example
Text Example
White with #C48D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48D1C; }
p { color: rgb(196,141,28); }
H1.HeaderClassName
{
color: #C48D1C;
}
.AnyTagClassName
{
color: #C48D1C;
}
</style>
background-color css
<style>
a { background-color: #C48D1C; }
a { background-color: rgb(196,141,28); }
div.DivClassName
{
background-color: #C48D1C;
}
.BgClassName
{
background-color: #C48D1C;
}
</style>
border-color css
<style>
span { border-color: #C48D1C; }
span { border-color: rgb(196,141,28); }
td.TdClassName
{
border-color: #C48D1C;
}
.TagClassName
{
border-color: #C48D1C;
}
</style>