Shades of Nugget #C7922D
Tints of Nugget #C7922D
RGB
CMYK
RGB Variations
Color information
#C7922D (or 0xC7922D) is known color: Nugget. HEX triplet: C7, 92 and 2D. RGB value is (199,146,45). Sum of RGB (Red+Green+Blue) = 199+146+45=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 146 (57.42% from 255 or 37.44% from 390); Blue value is 45 (17.97% from 255 or 11.54% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C7922D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7922D is #386DD2. Grayscale: #969696. Windows color (decimal): -3698131 or 2986695. OLE color: 2986695.
HSL color Cylindrical-coordinate representation of color #C7922D: hue angle of 39.35º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7922D is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 146 | 45 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.22 |
| HSL | 39.35º | 0.63% | 0.48% | - |
| HSV(B) | 39.35º | 0.77% | 0.78% | - |
| XYZ | 34.31 | 32.89 | 7.02 | - |
| YUV | 150.33 | 68.56 | 162.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 45 | 0 | 0.27 | 0.77 | 0.22 | 39.35 | 0.63 | 0.48 |
| Hex | C7 | 92 | 2D | 0 | 1B | 4D | 16 | 27 | 3F | 30 |
| Octal | 307 | 222 | 55 | 0 | 33 | 115 | 26 | 47 | 77 | 60 |
| Binary | 11000111 | 10010010 | 101101 | 0 | 11011 | 1001101 | 10110 | 100111 | 111111 | 110000 |
Color Harmonies of #C7922D
Complementary color
Monochromatic Colors of #C7922D
Black with #C7922D
Text Example
Text Example
White with #C7922D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7922D; }
p { color: rgb(199,146,45); }
H1.HeaderClassName
{
color: #C7922D;
}
.AnyTagClassName
{
color: #C7922D;
}
</style>
background-color css
<style>
a { background-color: #C7922D; }
a { background-color: rgb(199,146,45); }
div.DivClassName
{
background-color: #C7922D;
}
.BgClassName
{
background-color: #C7922D;
}
</style>
border-color css
<style>
span { border-color: #C7922D; }
span { border-color: rgb(199,146,45); }
td.TdClassName
{
border-color: #C7922D;
}
.TagClassName
{
border-color: #C7922D;
}
</style>