Shades of Nugget #C78B21
Tints of Nugget #C78B21
RGB
CMYK
RGB Variations
Color information
#C78B21 (or 0xC78B21) is known color: Nugget. HEX triplet: C7, 8B and 21. RGB value is (199,139,33). Sum of RGB (Red+Green+Blue) = 199+139+33=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 33 (13.28% from 255 or 8.89% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C78B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78B21 is #3874DE. Grayscale: #919191. Windows color (decimal): -3699935 or 2198471. OLE color: 2198471.
HSL color Cylindrical-coordinate representation of color #C78B21: hue angle of 38.31º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C78B21 is Cyan = 0, Magento = 0.30, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 139 | 33 | - |
| CMYK | 0 | 0.30 | 0.83 | 0.22 |
| HSL | 38.31º | 0.72% | 0.45% | - |
| HSV(B) | 38.31º | 0.83% | 0.78% | - |
| XYZ | 33.06 | 30.72 | 5.63 | - |
| YUV | 144.86 | 64.88 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 33 | 0 | 0.30 | 0.83 | 0.22 | 38.31 | 0.72 | 0.45 |
| Hex | C7 | 8B | 21 | 0 | 1E | 53 | 16 | 26 | 48 | 2D |
| Octal | 307 | 213 | 41 | 0 | 36 | 123 | 26 | 46 | 110 | 55 |
| Binary | 11000111 | 10001011 | 100001 | 0 | 11110 | 1010011 | 10110 | 100110 | 1001000 | 101101 |
Color Harmonies of #C78B21
Complementary color
Monochromatic Colors of #C78B21
Black with #C78B21
Text Example
Text Example
White with #C78B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78B21; }
p { color: rgb(199,139,33); }
H1.HeaderClassName
{
color: #C78B21;
}
.AnyTagClassName
{
color: #C78B21;
}
</style>
background-color css
<style>
a { background-color: #C78B21; }
a { background-color: rgb(199,139,33); }
div.DivClassName
{
background-color: #C78B21;
}
.BgClassName
{
background-color: #C78B21;
}
</style>
border-color css
<style>
span { border-color: #C78B21; }
span { border-color: rgb(199,139,33); }
td.TdClassName
{
border-color: #C78B21;
}
.TagClassName
{
border-color: #C78B21;
}
</style>