Shades of Nugget #C4912D
Tints of Nugget #C4912D
RGB
CMYK
RGB Variations
Color information
#C4912D (or 0xC4912D) is known color: Nugget. HEX triplet: C4, 91 and 2D. RGB value is (196,145,45). Sum of RGB (Red+Green+Blue) = 196+145+45=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 145 (57.03% from 255 or 37.56% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4912D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4912D is #3B6ED2. Grayscale: #959595. Windows color (decimal): -3894995 or 2986436. OLE color: 2986436.
HSL color Cylindrical-coordinate representation of color #C4912D: hue angle of 39.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4912D is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 145 | 45 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.23 |
| HSL | 39.74º | 0.63% | 0.47% | - |
| HSV(B) | 39.74º | 0.77% | 0.77% | - |
| XYZ | 33.36 | 32.18 | 6.93 | - |
| YUV | 148.85 | 69.4 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 45 | 0 | 0.26 | 0.77 | 0.23 | 39.74 | 0.63 | 0.47 |
| Hex | C4 | 91 | 2D | 0 | 1A | 4D | 17 | 28 | 3F | 2F |
| Octal | 304 | 221 | 55 | 0 | 32 | 115 | 27 | 50 | 77 | 57 |
| Binary | 11000100 | 10010001 | 101101 | 0 | 11010 | 1001101 | 10111 | 101000 | 111111 | 101111 |
Color Harmonies of #C4912D
Complementary color
Monochromatic Colors of #C4912D
Black with #C4912D
Text Example
Text Example
White with #C4912D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4912D; }
p { color: rgb(196,145,45); }
H1.HeaderClassName
{
color: #C4912D;
}
.AnyTagClassName
{
color: #C4912D;
}
</style>
background-color css
<style>
a { background-color: #C4912D; }
a { background-color: rgb(196,145,45); }
div.DivClassName
{
background-color: #C4912D;
}
.BgClassName
{
background-color: #C4912D;
}
</style>
border-color css
<style>
span { border-color: #C4912D; }
span { border-color: rgb(196,145,45); }
td.TdClassName
{
border-color: #C4912D;
}
.TagClassName
{
border-color: #C4912D;
}
</style>