Shades of Nugget #C5921E
Tints of Nugget #C5921E
RGB
CMYK
RGB Variations
Color information
#C5921E (or 0xC5921E) is known color: Nugget. HEX triplet: C5, 92 and 1E. RGB value is (197,146,30). Sum of RGB (Red+Green+Blue) = 197+146+30=373 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.82% from 373); Green value is 146 (57.42% from 255 or 39.14% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 197 - color contains mainly: red. Hex color #C5921E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5921E is #3A6DE1. Grayscale: #949494. Windows color (decimal): -3829218 or 2003653. OLE color: 2003653.
HSL color Cylindrical-coordinate representation of color #C5921E: hue angle of 41.68º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5921E is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 30 | - |
| CMYK | 0 | 0.26 | 0.85 | 0.23 |
| HSL | 41.68º | 0.74% | 0.45% | - |
| HSV(B) | 41.68º | 0.85% | 0.77% | - |
| XYZ | 33.54 | 32.52 | 5.74 | - |
| YUV | 148.03 | 61.4 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 30 | 0 | 0.26 | 0.85 | 0.23 | 41.68 | 0.74 | 0.45 |
| Hex | C5 | 92 | 1E | 0 | 1A | 55 | 17 | 2A | 4A | 2D |
| Octal | 305 | 222 | 36 | 0 | 32 | 125 | 27 | 52 | 112 | 55 |
| Binary | 11000101 | 10010010 | 11110 | 0 | 11010 | 1010101 | 10111 | 101010 | 1001010 | 101101 |
Color Harmonies of #C5921E
Complementary color
Monochromatic Colors of #C5921E
Black with #C5921E
Text Example
Text Example
White with #C5921E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5921E; }
p { color: rgb(197,146,30); }
H1.HeaderClassName
{
color: #C5921E;
}
.AnyTagClassName
{
color: #C5921E;
}
</style>
background-color css
<style>
a { background-color: #C5921E; }
a { background-color: rgb(197,146,30); }
div.DivClassName
{
background-color: #C5921E;
}
.BgClassName
{
background-color: #C5921E;
}
</style>
border-color css
<style>
span { border-color: #C5921E; }
span { border-color: rgb(197,146,30); }
td.TdClassName
{
border-color: #C5921E;
}
.TagClassName
{
border-color: #C5921E;
}
</style>