Shades of Nugget #C79127
Tints of Nugget #C79127
RGB
CMYK
RGB Variations
Color information
#C79127 (or 0xC79127) is known color: Nugget. HEX triplet: C7, 91 and 27. RGB value is (199,145,39). Sum of RGB (Red+Green+Blue) = 199+145+39=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C79127 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C79127 is #386ED8. Grayscale: #959595. Windows color (decimal): -3698393 or 2593223. OLE color: 2593223.
HSL color Cylindrical-coordinate representation of color #C79127: hue angle of 39.75º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C79127 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 145 | 39 | - |
| CMYK | 0 | 0.27 | 0.80 | 0.22 |
| HSL | 39.75º | 0.67% | 0.47% | - |
| HSV(B) | 39.75º | 0.8% | 0.78% | - |
| XYZ | 34.04 | 32.54 | 6.41 | - |
| YUV | 149.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 39 | 0 | 0.27 | 0.80 | 0.22 | 39.75 | 0.67 | 0.47 |
| Hex | C7 | 91 | 27 | 0 | 1B | 50 | 16 | 28 | 43 | 2F |
| Octal | 307 | 221 | 47 | 0 | 33 | 120 | 26 | 50 | 103 | 57 |
| Binary | 11000111 | 10010001 | 100111 | 0 | 11011 | 1010000 | 10110 | 101000 | 1000011 | 101111 |
Color Harmonies of #C79127
Complementary color
Monochromatic Colors of #C79127
Black with #C79127
Text Example
Text Example
White with #C79127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79127; }
p { color: rgb(199,145,39); }
H1.HeaderClassName
{
color: #C79127;
}
.AnyTagClassName
{
color: #C79127;
}
</style>
background-color css
<style>
a { background-color: #C79127; }
a { background-color: rgb(199,145,39); }
div.DivClassName
{
background-color: #C79127;
}
.BgClassName
{
background-color: #C79127;
}
</style>
border-color css
<style>
span { border-color: #C79127; }
span { border-color: rgb(199,145,39); }
td.TdClassName
{
border-color: #C79127;
}
.TagClassName
{
border-color: #C79127;
}
</style>