Shades of Nugget #C4912A
Tints of Nugget #C4912A
RGB
CMYK
RGB Variations
Color information
#C4912A (or 0xC4912A) is known color: Nugget. HEX triplet: C4, 91 and 2A. RGB value is (196,145,42). Sum of RGB (Red+Green+Blue) = 196+145+42=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C4912A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4912A is #3B6ED5. Grayscale: #949494. Windows color (decimal): -3894998 or 2789828. OLE color: 2789828.
HSL color Cylindrical-coordinate representation of color #C4912A: hue angle of 40.13º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4912A is Cyan = 0, Magento = 0.26, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 42 | - |
| CMYK | 0 | 0.26 | 0.79 | 0.23 |
| HSL | 40.13º | 0.65% | 0.47% | - |
| HSV(B) | 40.13º | 0.79% | 0.77% | - |
| XYZ | 33.31 | 32.15 | 6.64 | - |
| YUV | 148.51 | 67.9 | 161.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 42 | 0 | 0.26 | 0.79 | 0.23 | 40.13 | 0.65 | 0.47 |
| Hex | C4 | 91 | 2A | 0 | 1A | 4F | 17 | 28 | 41 | 2F |
| Octal | 304 | 221 | 52 | 0 | 32 | 117 | 27 | 50 | 101 | 57 |
| Binary | 11000100 | 10010001 | 101010 | 0 | 11010 | 1001111 | 10111 | 101000 | 1000001 | 101111 |
Color Harmonies of #C4912A
Complementary color
Monochromatic Colors of #C4912A
Black with #C4912A
Text Example
Text Example
White with #C4912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4912A; }
p { color: rgb(196,145,42); }
H1.HeaderClassName
{
color: #C4912A;
}
.AnyTagClassName
{
color: #C4912A;
}
</style>
background-color css
<style>
a { background-color: #C4912A; }
a { background-color: rgb(196,145,42); }
div.DivClassName
{
background-color: #C4912A;
}
.BgClassName
{
background-color: #C4912A;
}
</style>
border-color css
<style>
span { border-color: #C4912A; }
span { border-color: rgb(196,145,42); }
td.TdClassName
{
border-color: #C4912A;
}
.TagClassName
{
border-color: #C4912A;
}
</style>