Shades of Nugget #C48A1F
Tints of Nugget #C48A1F
RGB
CMYK
RGB Variations
Color information
#C48A1F (or 0xC48A1F) is known color: Nugget. HEX triplet: C4, 8A and 1F. RGB value is (196,138,31). Sum of RGB (Red+Green+Blue) = 196+138+31=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 138 (54.30% from 255 or 37.81% from 365); Blue value is 31 (12.5% from 255 or 8.49% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A1F is #3B75E0. Grayscale: #8F8F8F. Windows color (decimal): -3896801 or 2067140. OLE color: 2067140.
HSL color Cylindrical-coordinate representation of color #C48A1F: hue angle of 38.91º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C48A1F is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 31 | - |
| CMYK | 0 | 0.30 | 0.84 | 0.23 |
| HSL | 38.91º | 0.73% | 0.45% | - |
| HSV(B) | 38.91º | 0.84% | 0.77% | - |
| XYZ | 32.1 | 30.01 | 5.4 | - |
| YUV | 143.14 | 64.72 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 31 | 0 | 0.30 | 0.84 | 0.23 | 38.91 | 0.73 | 0.45 |
| Hex | C4 | 8A | 1F | 0 | 1E | 54 | 17 | 27 | 49 | 2D |
| Octal | 304 | 212 | 37 | 0 | 36 | 124 | 27 | 47 | 111 | 55 |
| Binary | 11000100 | 10001010 | 11111 | 0 | 11110 | 1010100 | 10111 | 100111 | 1001001 | 101101 |
Color Harmonies of #C48A1F
Complementary color
Monochromatic Colors of #C48A1F
Black with #C48A1F
Text Example
Text Example
White with #C48A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A1F; }
p { color: rgb(196,138,31); }
H1.HeaderClassName
{
color: #C48A1F;
}
.AnyTagClassName
{
color: #C48A1F;
}
</style>
background-color css
<style>
a { background-color: #C48A1F; }
a { background-color: rgb(196,138,31); }
div.DivClassName
{
background-color: #C48A1F;
}
.BgClassName
{
background-color: #C48A1F;
}
</style>
border-color css
<style>
span { border-color: #C48A1F; }
span { border-color: rgb(196,138,31); }
td.TdClassName
{
border-color: #C48A1F;
}
.TagClassName
{
border-color: #C48A1F;
}
</style>