Shades of Nugget #C49627
Tints of Nugget #C49627
RGB
CMYK
RGB Variations
Color information
#C49627 (or 0xC49627) is known color: Nugget. HEX triplet: C4, 96 and 27. RGB value is (196,150,39). Sum of RGB (Red+Green+Blue) = 196+150+39=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C49627 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49627 is #3B69D8. Grayscale: #979797. Windows color (decimal): -3893721 or 2594500. OLE color: 2594500.
HSL color Cylindrical-coordinate representation of color #C49627: hue angle of 42.42º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C49627 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 39 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.23 |
| HSL | 42.42º | 0.67% | 0.46% | - |
| HSV(B) | 42.42º | 0.8% | 0.77% | - |
| XYZ | 34.04 | 33.69 | 6.63 | - |
| YUV | 151.1 | 64.74 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 39 | 0 | 0.23 | 0.80 | 0.23 | 42.42 | 0.67 | 0.46 |
| Hex | C4 | 96 | 27 | 0 | 17 | 50 | 17 | 2A | 43 | 2E |
| Octal | 304 | 226 | 47 | 0 | 27 | 120 | 27 | 52 | 103 | 56 |
| Binary | 11000100 | 10010110 | 100111 | 0 | 10111 | 1010000 | 10111 | 101010 | 1000011 | 101110 |
Color Harmonies of #C49627
Complementary color
Monochromatic Colors of #C49627
Black with #C49627
Text Example
Text Example
White with #C49627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49627; }
p { color: rgb(196,150,39); }
H1.HeaderClassName
{
color: #C49627;
}
.AnyTagClassName
{
color: #C49627;
}
</style>
background-color css
<style>
a { background-color: #C49627; }
a { background-color: rgb(196,150,39); }
div.DivClassName
{
background-color: #C49627;
}
.BgClassName
{
background-color: #C49627;
}
</style>
border-color css
<style>
span { border-color: #C49627; }
span { border-color: rgb(196,150,39); }
td.TdClassName
{
border-color: #C49627;
}
.TagClassName
{
border-color: #C49627;
}
</style>