Shades of Nugget #C4922D
Tints of Nugget #C4922D
RGB
CMYK
RGB Variations
Color information
#C4922D (or 0xC4922D) is known color: Nugget. HEX triplet: C4, 92 and 2D. RGB value is (196,146,45). Sum of RGB (Red+Green+Blue) = 196+146+45=387 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.65% from 387); Green value is 146 (57.42% from 255 or 37.73% from 387); Blue value is 45 (17.97% from 255 or 11.63% from 387); Max value from RGB is 196 - color contains mainly: red. Hex color #C4922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4922D is #3B6DD2. Grayscale: #959595. Windows color (decimal): -3894739 or 2986692. OLE color: 2986692.
HSL color Cylindrical-coordinate representation of color #C4922D: hue angle of 40.13º 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 #C4922D is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 45 | - |
| CMYK | 0 | 0.26 | 0.77 | 0.23 |
| HSL | 40.13º | 0.63% | 0.47% | - |
| HSV(B) | 40.13º | 0.77% | 0.77% | - |
| XYZ | 33.52 | 32.48 | 6.99 | - |
| YUV | 149.44 | 69.07 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 45 | 0 | 0.26 | 0.77 | 0.23 | 40.13 | 0.63 | 0.47 |
| Hex | C4 | 92 | 2D | 0 | 1A | 4D | 17 | 28 | 3F | 2F |
| Octal | 304 | 222 | 55 | 0 | 32 | 115 | 27 | 50 | 77 | 57 |
| Binary | 11000100 | 10010010 | 101101 | 0 | 11010 | 1001101 | 10111 | 101000 | 111111 | 101111 |
Color Harmonies of #C4922D
Complementary color
Monochromatic Colors of #C4922D
Black with #C4922D
Text Example
Text Example
White with #C4922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4922D; }
p { color: rgb(196,146,45); }
H1.HeaderClassName
{
color: #C4922D;
}
.AnyTagClassName
{
color: #C4922D;
}
</style>
background-color css
<style>
a { background-color: #C4922D; }
a { background-color: rgb(196,146,45); }
div.DivClassName
{
background-color: #C4922D;
}
.BgClassName
{
background-color: #C4922D;
}
</style>
border-color css
<style>
span { border-color: #C4922D; }
span { border-color: rgb(196,146,45); }
td.TdClassName
{
border-color: #C4922D;
}
.TagClassName
{
border-color: #C4922D;
}
</style>