Shades of Nugget #C4922C
Tints of Nugget #C4922C
RGB
CMYK
RGB Variations
Color information
#C4922C (or 0xC4922C) is known color: Nugget. HEX triplet: C4, 92 and 2C. RGB value is (196,146,44). Sum of RGB (Red+Green+Blue) = 196+146+44=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 44 (17.58% from 255 or 11.40% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C4922C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4922C is #3B6DD3. Grayscale: #959595. Windows color (decimal): -3894740 or 2921156. OLE color: 2921156.
HSL color Cylindrical-coordinate representation of color #C4922C: hue angle of 40.26º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C4922C is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 44 | - |
| CMYK | 0 | 0.26 | 0.78 | 0.23 |
| HSL | 40.26º | 0.63% | 0.47% | - |
| HSV(B) | 40.26º | 0.78% | 0.77% | - |
| XYZ | 33.5 | 32.48 | 6.89 | - |
| YUV | 149.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 44 | 0 | 0.26 | 0.78 | 0.23 | 40.26 | 0.63 | 0.47 |
| Hex | C4 | 92 | 2C | 0 | 1A | 4E | 17 | 28 | 3F | 2F |
| Octal | 304 | 222 | 54 | 0 | 32 | 116 | 27 | 50 | 77 | 57 |
| Binary | 11000100 | 10010010 | 101100 | 0 | 11010 | 1001110 | 10111 | 101000 | 111111 | 101111 |
Color Harmonies of #C4922C
Complementary color
Monochromatic Colors of #C4922C
Black with #C4922C
Text Example
Text Example
White with #C4922C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4922C; }
p { color: rgb(196,146,44); }
H1.HeaderClassName
{
color: #C4922C;
}
.AnyTagClassName
{
color: #C4922C;
}
</style>
background-color css
<style>
a { background-color: #C4922C; }
a { background-color: rgb(196,146,44); }
div.DivClassName
{
background-color: #C4922C;
}
.BgClassName
{
background-color: #C4922C;
}
</style>
border-color css
<style>
span { border-color: #C4922C; }
span { border-color: rgb(196,146,44); }
td.TdClassName
{
border-color: #C4922C;
}
.TagClassName
{
border-color: #C4922C;
}
</style>