Shades of Nugget #C5942B
Tints of Nugget #C5942B
RGB
CMYK
RGB Variations
Color information
#C5942B (or 0xC5942B) is known color: Nugget. HEX triplet: C5, 94 and 2B. RGB value is (197,148,43). Sum of RGB (Red+Green+Blue) = 197+148+43=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 148 (58.20% from 255 or 38.14% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C5942B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5942B is #3A6BD4. Grayscale: #979797. Windows color (decimal): -3828693 or 2856133. OLE color: 2856133.
HSL color Cylindrical-coordinate representation of color #C5942B: hue angle of 40.91º degrees, saturation: 0.64, 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 #C5942B is Cyan = 0, Magento = 0.25, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 43 | - |
| CMYK | 0 | 0.25 | 0.78 | 0.23 |
| HSL | 40.91º | 0.64% | 0.47% | - |
| HSV(B) | 40.91º | 0.78% | 0.77% | - |
| XYZ | 34.05 | 33.22 | 6.9 | - |
| YUV | 150.68 | 67.23 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 43 | 0 | 0.25 | 0.78 | 0.23 | 40.91 | 0.64 | 0.47 |
| Hex | C5 | 94 | 2B | 0 | 19 | 4E | 17 | 29 | 40 | 2F |
| Octal | 305 | 224 | 53 | 0 | 31 | 116 | 27 | 51 | 100 | 57 |
| Binary | 11000101 | 10010100 | 101011 | 0 | 11001 | 1001110 | 10111 | 101001 | 1000000 | 101111 |
Color Harmonies of #C5942B
Complementary color
Monochromatic Colors of #C5942B
Black with #C5942B
Text Example
Text Example
White with #C5942B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5942B; }
p { color: rgb(197,148,43); }
H1.HeaderClassName
{
color: #C5942B;
}
.AnyTagClassName
{
color: #C5942B;
}
</style>
background-color css
<style>
a { background-color: #C5942B; }
a { background-color: rgb(197,148,43); }
div.DivClassName
{
background-color: #C5942B;
}
.BgClassName
{
background-color: #C5942B;
}
</style>
border-color css
<style>
span { border-color: #C5942B; }
span { border-color: rgb(197,148,43); }
td.TdClassName
{
border-color: #C5942B;
}
.TagClassName
{
border-color: #C5942B;
}
</style>