Shades of Nugget #C3911D
Tints of Nugget #C3911D
RGB
CMYK
RGB Variations
Color information
#C3911D (or 0xC3911D) is known color: Nugget. HEX triplet: C3, 91 and 1D. RGB value is (195,145,29). Sum of RGB (Red+Green+Blue) = 195+145+29=369 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.85% from 369); Green value is 145 (57.03% from 255 or 39.30% from 369); Blue value is 29 (11.72% from 255 or 7.86% from 369); Max value from RGB is 195 - color contains mainly: red. Hex color #C3911D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3911D is #3C6EE2. Grayscale: #939393. Windows color (decimal): -3960547 or 1937859. OLE color: 1937859.
HSL color Cylindrical-coordinate representation of color #C3911D: hue angle of 41.93º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C3911D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 29 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.24 |
| HSL | 41.93º | 0.74% | 0.44% | - |
| HSV(B) | 41.93º | 0.85% | 0.76% | - |
| XYZ | 32.85 | 31.94 | 5.6 | - |
| YUV | 146.73 | 61.57 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 29 | 0 | 0.26 | 0.85 | 0.24 | 41.93 | 0.74 | 0.44 |
| Hex | C3 | 91 | 1D | 0 | 1A | 55 | 18 | 2A | 4A | 2C |
| Octal | 303 | 221 | 35 | 0 | 32 | 125 | 30 | 52 | 112 | 54 |
| Binary | 11000011 | 10010001 | 11101 | 0 | 11010 | 1010101 | 11000 | 101010 | 1001010 | 101100 |
Color Harmonies of #C3911D
Complementary color
Monochromatic Colors of #C3911D
Black with #C3911D
Text Example
Text Example
White with #C3911D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3911D; }
p { color: rgb(195,145,29); }
H1.HeaderClassName
{
color: #C3911D;
}
.AnyTagClassName
{
color: #C3911D;
}
</style>
background-color css
<style>
a { background-color: #C3911D; }
a { background-color: rgb(195,145,29); }
div.DivClassName
{
background-color: #C3911D;
}
.BgClassName
{
background-color: #C3911D;
}
</style>
border-color css
<style>
span { border-color: #C3911D; }
span { border-color: rgb(195,145,29); }
td.TdClassName
{
border-color: #C3911D;
}
.TagClassName
{
border-color: #C3911D;
}
</style>