Shades of Nugget #C48F1D
Tints of Nugget #C48F1D
RGB
CMYK
RGB Variations
Color information
#C48F1D (or 0xC48F1D) is known color: Nugget. HEX triplet: C4, 8F and 1D. RGB value is (196,143,29). Sum of RGB (Red+Green+Blue) = 196+143+29=368 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.26% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 196 - color contains mainly: red. Hex color #C48F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48F1D is #3B70E2. Grayscale: #929292. Windows color (decimal): -3895523 or 1937348. OLE color: 1937348.
HSL color Cylindrical-coordinate representation of color #C48F1D: hue angle of 40.96º degrees, saturation: 0.74, 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 #C48F1D is Cyan = 0, Magento = 0.27, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 143 | 29 | - |
| CMYK | 0 | 0.27 | 0.85 | 0.23 |
| HSL | 40.96º | 0.74% | 0.44% | - |
| HSV(B) | 40.96º | 0.85% | 0.77% | - |
| XYZ | 32.81 | 31.47 | 5.51 | - |
| YUV | 145.85 | 62.06 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 143 | 29 | 0 | 0.27 | 0.85 | 0.23 | 40.96 | 0.74 | 0.44 |
| Hex | C4 | 8F | 1D | 0 | 1B | 55 | 17 | 29 | 4A | 2C |
| Octal | 304 | 217 | 35 | 0 | 33 | 125 | 27 | 51 | 112 | 54 |
| Binary | 11000100 | 10001111 | 11101 | 0 | 11011 | 1010101 | 10111 | 101001 | 1001010 | 101100 |
Color Harmonies of #C48F1D
Complementary color
Monochromatic Colors of #C48F1D
Black with #C48F1D
Text Example
Text Example
White with #C48F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48F1D; }
p { color: rgb(196,143,29); }
H1.HeaderClassName
{
color: #C48F1D;
}
.AnyTagClassName
{
color: #C48F1D;
}
</style>
background-color css
<style>
a { background-color: #C48F1D; }
a { background-color: rgb(196,143,29); }
div.DivClassName
{
background-color: #C48F1D;
}
.BgClassName
{
background-color: #C48F1D;
}
</style>
border-color css
<style>
span { border-color: #C48F1D; }
span { border-color: rgb(196,143,29); }
td.TdClassName
{
border-color: #C48F1D;
}
.TagClassName
{
border-color: #C48F1D;
}
</style>