Shades of Nugget #C3901D
Tints of Nugget #C3901D
RGB
CMYK
RGB Variations
Color information
#C3901D (or 0xC3901D) is known color: Nugget. HEX triplet: C3, 90 and 1D. RGB value is (195,144,29). Sum of RGB (Red+Green+Blue) = 195+144+29=368 (48% of max value = 765). Red value is 195 (76.56% from 255 or 52.99% from 368); Green value is 144 (56.64% from 255 or 39.13% from 368); Blue value is 29 (11.72% from 255 or 7.88% from 368); Max value from RGB is 195 - color contains mainly: red. Hex color #C3901D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3901D is #3C6FE2. Grayscale: #929292. Windows color (decimal): -3960803 or 1937603. OLE color: 1937603.
HSL color Cylindrical-coordinate representation of color #C3901D: hue angle of 41.57º 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 #C3901D is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 144 | 29 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.24 |
| HSL | 41.57º | 0.74% | 0.44% | - |
| HSV(B) | 41.57º | 0.85% | 0.76% | - |
| XYZ | 32.7 | 31.64 | 5.55 | - |
| YUV | 146.14 | 61.9 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 144 | 29 | 0 | 0.26 | 0.85 | 0.24 | 41.57 | 0.74 | 0.44 |
| Hex | C3 | 90 | 1D | 0 | 1A | 55 | 18 | 2A | 4A | 2C |
| Octal | 303 | 220 | 35 | 0 | 32 | 125 | 30 | 52 | 112 | 54 |
| Binary | 11000011 | 10010000 | 11101 | 0 | 11010 | 1010101 | 11000 | 101010 | 1001010 | 101100 |
Color Harmonies of #C3901D
Complementary color
Monochromatic Colors of #C3901D
Black with #C3901D
Text Example
Text Example
White with #C3901D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3901D; }
p { color: rgb(195,144,29); }
H1.HeaderClassName
{
color: #C3901D;
}
.AnyTagClassName
{
color: #C3901D;
}
</style>
background-color css
<style>
a { background-color: #C3901D; }
a { background-color: rgb(195,144,29); }
div.DivClassName
{
background-color: #C3901D;
}
.BgClassName
{
background-color: #C3901D;
}
</style>
border-color css
<style>
span { border-color: #C3901D; }
span { border-color: rgb(195,144,29); }
td.TdClassName
{
border-color: #C3901D;
}
.TagClassName
{
border-color: #C3901D;
}
</style>