Shades of Nugget #C4891A
Tints of Nugget #C4891A
RGB
CMYK
RGB Variations
Color information
#C4891A (or 0xC4891A) is known color: Nugget. HEX triplet: C4, 89 and 1A. RGB value is (196,137,26). Sum of RGB (Red+Green+Blue) = 196+137+26=359 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.60% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 26 (10.55% from 255 or 7.24% from 359); Max value from RGB is 196 - color contains mainly: red. Hex color #C4891A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4891A is #3B76E5. Grayscale: #8E8E8E. Windows color (decimal): -3897062 or 1739204. OLE color: 1739204.
HSL color Cylindrical-coordinate representation of color #C4891A: hue angle of 39.18º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4891A is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 137 | 26 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.23 |
| HSL | 39.18º | 0.77% | 0.44% | - |
| HSV(B) | 39.18º | 0.87% | 0.77% | - |
| XYZ | 31.9 | 29.7 | 5.03 | - |
| YUV | 141.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 137 | 26 | 0 | 0.30 | 0.87 | 0.23 | 39.18 | 0.77 | 0.44 |
| Hex | C4 | 89 | 1A | 0 | 1E | 57 | 17 | 27 | 4D | 2C |
| Octal | 304 | 211 | 32 | 0 | 36 | 127 | 27 | 47 | 115 | 54 |
| Binary | 11000100 | 10001001 | 11010 | 0 | 11110 | 1010111 | 10111 | 100111 | 1001101 | 101100 |
Color Harmonies of #C4891A
Complementary color
Monochromatic Colors of #C4891A
Black with #C4891A
Text Example
Text Example
White with #C4891A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4891A; }
p { color: rgb(196,137,26); }
H1.HeaderClassName
{
color: #C4891A;
}
.AnyTagClassName
{
color: #C4891A;
}
</style>
background-color css
<style>
a { background-color: #C4891A; }
a { background-color: rgb(196,137,26); }
div.DivClassName
{
background-color: #C4891A;
}
.BgClassName
{
background-color: #C4891A;
}
</style>
border-color css
<style>
span { border-color: #C4891A; }
span { border-color: rgb(196,137,26); }
td.TdClassName
{
border-color: #C4891A;
}
.TagClassName
{
border-color: #C4891A;
}
</style>