Shades of Nugget #C5942C
Tints of Nugget #C5942C
RGB
CMYK
RGB Variations
Color information
#C5942C (or 0xC5942C) is known color: Nugget. HEX triplet: C5, 94 and 2C. RGB value is (197,148,44). Sum of RGB (Red+Green+Blue) = 197+148+44=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 44 (17.58% from 255 or 11.31% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C5942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5942C is #3A6BD3. Grayscale: #979797. Windows color (decimal): -3828692 or 2921669. OLE color: 2921669.
HSL color Cylindrical-coordinate representation of color #C5942C: hue angle of 40.78º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C5942C is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 44 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.23 |
| HSL | 40.78º | 0.63% | 0.47% | - |
| HSV(B) | 40.78º | 0.78% | 0.77% | - |
| XYZ | 34.07 | 33.23 | 7 | - |
| YUV | 150.8 | 67.73 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 44 | 0 | 0.25 | 0.78 | 0.23 | 40.78 | 0.63 | 0.47 |
| Hex | C5 | 94 | 2C | 0 | 19 | 4E | 17 | 29 | 3F | 2F |
| Octal | 305 | 224 | 54 | 0 | 31 | 116 | 27 | 51 | 77 | 57 |
| Binary | 11000101 | 10010100 | 101100 | 0 | 11001 | 1001110 | 10111 | 101001 | 111111 | 101111 |
Color Harmonies of #C5942C
Complementary color
Monochromatic Colors of #C5942C
Black with #C5942C
Text Example
Text Example
White with #C5942C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5942C; }
p { color: rgb(197,148,44); }
H1.HeaderClassName
{
color: #C5942C;
}
.AnyTagClassName
{
color: #C5942C;
}
</style>
background-color css
<style>
a { background-color: #C5942C; }
a { background-color: rgb(197,148,44); }
div.DivClassName
{
background-color: #C5942C;
}
.BgClassName
{
background-color: #C5942C;
}
</style>
border-color css
<style>
span { border-color: #C5942C; }
span { border-color: rgb(197,148,44); }
td.TdClassName
{
border-color: #C5942C;
}
.TagClassName
{
border-color: #C5942C;
}
</style>