Shades of Nugget #C78C22
Tints of Nugget #C78C22
RGB
CMYK
RGB Variations
Color information
#C78C22 (or 0xC78C22) is known color: Nugget. HEX triplet: C7, 8C and 22. RGB value is (199,140,34). Sum of RGB (Red+Green+Blue) = 199+140+34=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 140 (55.08% from 255 or 37.53% from 373); Blue value is 34 (13.67% from 255 or 9.12% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C78C22 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78C22 is #3873DD. Grayscale: #929292. Windows color (decimal): -3699678 or 2264263. OLE color: 2264263.
HSL color Cylindrical-coordinate representation of color #C78C22: hue angle of 38.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C78C22 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 140 | 34 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.22 |
| HSL | 38.55º | 0.71% | 0.46% | - |
| HSV(B) | 38.55º | 0.83% | 0.78% | - |
| XYZ | 33.22 | 31.01 | 5.75 | - |
| YUV | 145.56 | 65.05 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 140 | 34 | 0 | 0.30 | 0.83 | 0.22 | 38.55 | 0.71 | 0.46 |
| Hex | C7 | 8C | 22 | 0 | 1E | 53 | 16 | 27 | 47 | 2E |
| Octal | 307 | 214 | 42 | 0 | 36 | 123 | 26 | 47 | 107 | 56 |
| Binary | 11000111 | 10001100 | 100010 | 0 | 11110 | 1010011 | 10110 | 100111 | 1000111 | 101110 |
Color Harmonies of #C78C22
Complementary color
Monochromatic Colors of #C78C22
Black with #C78C22
Text Example
Text Example
White with #C78C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78C22; }
p { color: rgb(199,140,34); }
H1.HeaderClassName
{
color: #C78C22;
}
.AnyTagClassName
{
color: #C78C22;
}
</style>
background-color css
<style>
a { background-color: #C78C22; }
a { background-color: rgb(199,140,34); }
div.DivClassName
{
background-color: #C78C22;
}
.BgClassName
{
background-color: #C78C22;
}
</style>
border-color css
<style>
span { border-color: #C78C22; }
span { border-color: rgb(199,140,34); }
td.TdClassName
{
border-color: #C78C22;
}
.TagClassName
{
border-color: #C78C22;
}
</style>