Shades of Nugget #C4881B
Tints of Nugget #C4881B
RGB
CMYK
RGB Variations
Color information
#C4881B (or 0xC4881B) is known color: Nugget. HEX triplet: C4, 88 and 1B. RGB value is (196,136,27). Sum of RGB (Red+Green+Blue) = 196+136+27=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4881B is #3B77E4. Grayscale: #8E8E8E. Windows color (decimal): -3897317 or 1804484. OLE color: 1804484.
HSL color Cylindrical-coordinate representation of color #C4881B: hue angle of 38.7º 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 #C4881B is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 27 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.23 |
| HSL | 38.7º | 0.76% | 0.44% | - |
| HSV(B) | 38.7º | 0.86% | 0.77% | - |
| XYZ | 31.77 | 29.42 | 5.04 | - |
| YUV | 141.51 | 63.38 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 27 | 0 | 0.31 | 0.86 | 0.23 | 38.7 | 0.76 | 0.44 |
| Hex | C4 | 88 | 1B | 0 | 1F | 56 | 17 | 27 | 4C | 2C |
| Octal | 304 | 210 | 33 | 0 | 37 | 126 | 27 | 47 | 114 | 54 |
| Binary | 11000100 | 10001000 | 11011 | 0 | 11111 | 1010110 | 10111 | 100111 | 1001100 | 101100 |
Color Harmonies of #C4881B
Complementary color
Monochromatic Colors of #C4881B
Black with #C4881B
Text Example
Text Example
White with #C4881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4881B; }
p { color: rgb(196,136,27); }
H1.HeaderClassName
{
color: #C4881B;
}
.AnyTagClassName
{
color: #C4881B;
}
</style>
background-color css
<style>
a { background-color: #C4881B; }
a { background-color: rgb(196,136,27); }
div.DivClassName
{
background-color: #C4881B;
}
.BgClassName
{
background-color: #C4881B;
}
</style>
border-color css
<style>
span { border-color: #C4881B; }
span { border-color: rgb(196,136,27); }
td.TdClassName
{
border-color: #C4881B;
}
.TagClassName
{
border-color: #C4881B;
}
</style>