Shades of Nugget #C78D1F
Tints of Nugget #C78D1F
RGB
CMYK
RGB Variations
Color information
#C78D1F (or 0xC78D1F) is known color: Nugget. HEX triplet: C7, 8D and 1F. RGB value is (199,141,31). Sum of RGB (Red+Green+Blue) = 199+141+31=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 31 (12.5% from 255 or 8.36% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78D1F is #3872E0. Grayscale: #929292. Windows color (decimal): -3699425 or 2067911. OLE color: 2067911.
HSL color Cylindrical-coordinate representation of color #C78D1F: hue angle of 39.29º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C78D1F is Cyan = 0, Magento = 0.29, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 141 | 31 | - |
| CMYK | 0 | 0.29 | 0.84 | 0.22 |
| HSL | 39.29º | 0.73% | 0.45% | - |
| HSV(B) | 39.29º | 0.84% | 0.78% | - |
| XYZ | 33.33 | 31.29 | 5.58 | - |
| YUV | 145.8 | 63.22 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 141 | 31 | 0 | 0.29 | 0.84 | 0.22 | 39.29 | 0.73 | 0.45 |
| Hex | C7 | 8D | 1F | 0 | 1D | 54 | 16 | 27 | 49 | 2D |
| Octal | 307 | 215 | 37 | 0 | 35 | 124 | 26 | 47 | 111 | 55 |
| Binary | 11000111 | 10001101 | 11111 | 0 | 11101 | 1010100 | 10110 | 100111 | 1001001 | 101101 |
Color Harmonies of #C78D1F
Complementary color
Monochromatic Colors of #C78D1F
Black with #C78D1F
Text Example
Text Example
White with #C78D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78D1F; }
p { color: rgb(199,141,31); }
H1.HeaderClassName
{
color: #C78D1F;
}
.AnyTagClassName
{
color: #C78D1F;
}
</style>
background-color css
<style>
a { background-color: #C78D1F; }
a { background-color: rgb(199,141,31); }
div.DivClassName
{
background-color: #C78D1F;
}
.BgClassName
{
background-color: #C78D1F;
}
</style>
border-color css
<style>
span { border-color: #C78D1F; }
span { border-color: rgb(199,141,31); }
td.TdClassName
{
border-color: #C78D1F;
}
.TagClassName
{
border-color: #C78D1F;
}
</style>