Shades of Nugget #C4931F
Tints of Nugget #C4931F
RGB
CMYK
RGB Variations
Color information
#C4931F (or 0xC4931F) is known color: Nugget. HEX triplet: C4, 93 and 1F. RGB value is (196,147,31). Sum of RGB (Red+Green+Blue) = 196+147+31=374 (49% of max value = 765). Red value is 196 (76.95% from 255 or 52.41% from 374); Green value is 147 (57.81% from 255 or 39.30% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 196 - color contains mainly: red. Hex color #C4931F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4931F is #3B6CE0. Grayscale: #949494. Windows color (decimal): -3894497 or 2069444. OLE color: 2069444.
HSL color Cylindrical-coordinate representation of color #C4931F: hue angle of 42.18º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C4931F is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 31 | - |
| CMYK | 0 | 0.25 | 0.84 | 0.23 |
| HSL | 42.18º | 0.73% | 0.45% | - |
| HSV(B) | 42.18º | 0.84% | 0.77% | - |
| XYZ | 33.45 | 32.7 | 5.85 | - |
| YUV | 148.43 | 61.73 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 31 | 0 | 0.25 | 0.84 | 0.23 | 42.18 | 0.73 | 0.45 |
| Hex | C4 | 93 | 1F | 0 | 19 | 54 | 17 | 2A | 49 | 2D |
| Octal | 304 | 223 | 37 | 0 | 31 | 124 | 27 | 52 | 111 | 55 |
| Binary | 11000100 | 10010011 | 11111 | 0 | 11001 | 1010100 | 10111 | 101010 | 1001001 | 101101 |
Color Harmonies of #C4931F
Complementary color
Monochromatic Colors of #C4931F
Black with #C4931F
Text Example
Text Example
White with #C4931F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4931F; }
p { color: rgb(196,147,31); }
H1.HeaderClassName
{
color: #C4931F;
}
.AnyTagClassName
{
color: #C4931F;
}
</style>
background-color css
<style>
a { background-color: #C4931F; }
a { background-color: rgb(196,147,31); }
div.DivClassName
{
background-color: #C4931F;
}
.BgClassName
{
background-color: #C4931F;
}
</style>
border-color css
<style>
span { border-color: #C4931F; }
span { border-color: rgb(196,147,31); }
td.TdClassName
{
border-color: #C4931F;
}
.TagClassName
{
border-color: #C4931F;
}
</style>