Shades of Nugget #C78D24
Tints of Nugget #C78D24
RGB
CMYK
RGB Variations
Color information
#C78D24 (or 0xC78D24) is known color: Nugget. HEX triplet: C7, 8D and 24. RGB value is (199,141,36). Sum of RGB (Red+Green+Blue) = 199+141+36=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 141 (55.47% from 255 or 37.5% from 376); Blue value is 36 (14.45% from 255 or 9.57% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D24 is #3872DB. Grayscale: #929292. Windows color (decimal): -3699420 or 2395591. OLE color: 2395591.
HSL color Cylindrical-coordinate representation of color #C78D24: hue angle of 38.65º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C78D24 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 36 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.22 |
| HSL | 38.65º | 0.69% | 0.46% | - |
| HSV(B) | 38.65º | 0.82% | 0.78% | - |
| XYZ | 33.4 | 31.32 | 5.95 | - |
| YUV | 146.37 | 65.72 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 36 | 0 | 0.29 | 0.82 | 0.22 | 38.65 | 0.69 | 0.46 |
| Hex | C7 | 8D | 24 | 0 | 1D | 52 | 16 | 27 | 45 | 2E |
| Octal | 307 | 215 | 44 | 0 | 35 | 122 | 26 | 47 | 105 | 56 |
| Binary | 11000111 | 10001101 | 100100 | 0 | 11101 | 1010010 | 10110 | 100111 | 1000101 | 101110 |
Color Harmonies of #C78D24
Complementary color
Monochromatic Colors of #C78D24
Black with #C78D24
Text Example
Text Example
White with #C78D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D24; }
p { color: rgb(199,141,36); }
H1.HeaderClassName
{
color: #C78D24;
}
.AnyTagClassName
{
color: #C78D24;
}
</style>
background-color css
<style>
a { background-color: #C78D24; }
a { background-color: rgb(199,141,36); }
div.DivClassName
{
background-color: #C78D24;
}
.BgClassName
{
background-color: #C78D24;
}
</style>
border-color css
<style>
span { border-color: #C78D24; }
span { border-color: rgb(199,141,36); }
td.TdClassName
{
border-color: #C78D24;
}
.TagClassName
{
border-color: #C78D24;
}
</style>