Shades of Nugget #C48A1E
Tints of Nugget #C48A1E
RGB
CMYK
RGB Variations
Color information
#C48A1E (or 0xC48A1E) is known color: Nugget. HEX triplet: C4, 8A and 1E. RGB value is (196,138,30). Sum of RGB (Red+Green+Blue) = 196+138+30=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 30 (12.11% from 255 or 8.24% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A1E is #3B75E1. Grayscale: #8F8F8F. Windows color (decimal): -3896802 or 2001604. OLE color: 2001604.
HSL color Cylindrical-coordinate representation of color #C48A1E: hue angle of 39.04º 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 #C48A1E is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 30 | - |
| CMYK | 0 | 0.30 | 0.85 | 0.23 |
| HSL | 39.04º | 0.73% | 0.44% | - |
| HSV(B) | 39.04º | 0.85% | 0.77% | - |
| XYZ | 32.09 | 30.01 | 5.33 | - |
| YUV | 143.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 30 | 0 | 0.30 | 0.85 | 0.23 | 39.04 | 0.73 | 0.44 |
| Hex | C4 | 8A | 1E | 0 | 1E | 55 | 17 | 27 | 49 | 2C |
| Octal | 304 | 212 | 36 | 0 | 36 | 125 | 27 | 47 | 111 | 54 |
| Binary | 11000100 | 10001010 | 11110 | 0 | 11110 | 1010101 | 10111 | 100111 | 1001001 | 101100 |
Color Harmonies of #C48A1E
Complementary color
Monochromatic Colors of #C48A1E
Black with #C48A1E
Text Example
Text Example
White with #C48A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A1E; }
p { color: rgb(196,138,30); }
H1.HeaderClassName
{
color: #C48A1E;
}
.AnyTagClassName
{
color: #C48A1E;
}
</style>
background-color css
<style>
a { background-color: #C48A1E; }
a { background-color: rgb(196,138,30); }
div.DivClassName
{
background-color: #C48A1E;
}
.BgClassName
{
background-color: #C48A1E;
}
</style>
border-color css
<style>
span { border-color: #C48A1E; }
span { border-color: rgb(196,138,30); }
td.TdClassName
{
border-color: #C48A1E;
}
.TagClassName
{
border-color: #C48A1E;
}
</style>