Shades of Nugget #C78D26
Tints of Nugget #C78D26
RGB
CMYK
RGB Variations
Color information
#C78D26 (or 0xC78D26) is known color: Nugget. HEX triplet: C7, 8D and 26. RGB value is (199,141,38). Sum of RGB (Red+Green+Blue) = 199+141+38=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 38 (15.23% from 255 or 10.05% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D26 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D26 is #3872D9. Grayscale: #939393. Windows color (decimal): -3699418 or 2526663. OLE color: 2526663.
HSL color Cylindrical-coordinate representation of color #C78D26: hue angle of 38.39º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C78D26 is Cyan = 0, Magento = 0.29, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 38 | - |
| CMYK | 0 | 0.29 | 0.81 | 0.22 |
| HSL | 38.39º | 0.68% | 0.46% | - |
| HSV(B) | 38.39º | 0.81% | 0.78% | - |
| XYZ | 33.43 | 31.33 | 6.12 | - |
| YUV | 146.6 | 66.72 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 38 | 0 | 0.29 | 0.81 | 0.22 | 38.39 | 0.68 | 0.46 |
| Hex | C7 | 8D | 26 | 0 | 1D | 51 | 16 | 26 | 44 | 2E |
| Octal | 307 | 215 | 46 | 0 | 35 | 121 | 26 | 46 | 104 | 56 |
| Binary | 11000111 | 10001101 | 100110 | 0 | 11101 | 1010001 | 10110 | 100110 | 1000100 | 101110 |
Color Harmonies of #C78D26
Complementary color
Monochromatic Colors of #C78D26
Black with #C78D26
Text Example
Text Example
White with #C78D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D26; }
p { color: rgb(199,141,38); }
H1.HeaderClassName
{
color: #C78D26;
}
.AnyTagClassName
{
color: #C78D26;
}
</style>
background-color css
<style>
a { background-color: #C78D26; }
a { background-color: rgb(199,141,38); }
div.DivClassName
{
background-color: #C78D26;
}
.BgClassName
{
background-color: #C78D26;
}
</style>
border-color css
<style>
span { border-color: #C78D26; }
span { border-color: rgb(199,141,38); }
td.TdClassName
{
border-color: #C78D26;
}
.TagClassName
{
border-color: #C78D26;
}
</style>