Shades of Nugget #C48A1B
Tints of Nugget #C48A1B
RGB
CMYK
RGB Variations
Color information
#C48A1B (or 0xC48A1B) is known color: Nugget. HEX triplet: C4, 8A and 1B. RGB value is (196,138,27). Sum of RGB (Red+Green+Blue) = 196+138+27=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 27 (10.94% from 255 or 7.48% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C48A1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C48A1B is #3B75E4. Grayscale: #8F8F8F. Windows color (decimal): -3896805 or 1804996. OLE color: 1804996.
HSL color Cylindrical-coordinate representation of color #C48A1B: hue angle of 39.41º degrees, saturation: 0.76, 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 #C48A1B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 138 | 27 | - |
| CMYK | 0 | 0.30 | 0.86 | 0.23 |
| HSL | 39.41º | 0.76% | 0.44% | - |
| HSV(B) | 39.41º | 0.86% | 0.77% | - |
| XYZ | 32.05 | 29.99 | 5.14 | - |
| YUV | 142.69 | 62.72 | 166.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 138 | 27 | 0 | 0.30 | 0.86 | 0.23 | 39.41 | 0.76 | 0.44 |
| Hex | C4 | 8A | 1B | 0 | 1E | 56 | 17 | 27 | 4C | 2C |
| Octal | 304 | 212 | 33 | 0 | 36 | 126 | 27 | 47 | 114 | 54 |
| Binary | 11000100 | 10001010 | 11011 | 0 | 11110 | 1010110 | 10111 | 100111 | 1001100 | 101100 |
Color Harmonies of #C48A1B
Complementary color
Monochromatic Colors of #C48A1B
Black with #C48A1B
Text Example
Text Example
White with #C48A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48A1B; }
p { color: rgb(196,138,27); }
H1.HeaderClassName
{
color: #C48A1B;
}
.AnyTagClassName
{
color: #C48A1B;
}
</style>
background-color css
<style>
a { background-color: #C48A1B; }
a { background-color: rgb(196,138,27); }
div.DivClassName
{
background-color: #C48A1B;
}
.BgClassName
{
background-color: #C48A1B;
}
</style>
border-color css
<style>
span { border-color: #C48A1B; }
span { border-color: rgb(196,138,27); }
td.TdClassName
{
border-color: #C48A1B;
}
.TagClassName
{
border-color: #C48A1B;
}
</style>