Shades of Nugget #C49727
Tints of Nugget #C49727
RGB
CMYK
RGB Variations
Color information
#C49727 (or 0xC49727) is known color: Nugget. HEX triplet: C4, 97 and 27. RGB value is (196,151,39). Sum of RGB (Red+Green+Blue) = 196+151+39=386 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.78% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 39 (15.62% from 255 or 10.10% from 386); Max value from RGB is 196 - color contains mainly: red. Hex color #C49727 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49727 is #3B68D8. Grayscale: #989898. Windows color (decimal): -3893465 or 2594756. OLE color: 2594756.
HSL color Cylindrical-coordinate representation of color #C49727: hue angle of 42.8º 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 #C49727 is Cyan = 0, Magento = 0.23, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 39 | - |
| CMYK | 0 | 0.23 | 0.80 | 0.23 |
| HSL | 42.8º | 0.67% | 0.46% | - |
| HSV(B) | 42.8º | 0.8% | 0.77% | - |
| XYZ | 34.2 | 34.02 | 6.68 | - |
| YUV | 151.69 | 64.41 | 159.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 39 | 0 | 0.23 | 0.80 | 0.23 | 42.8 | 0.67 | 0.46 |
| Hex | C4 | 97 | 27 | 0 | 17 | 50 | 17 | 2B | 43 | 2E |
| Octal | 304 | 227 | 47 | 0 | 27 | 120 | 27 | 53 | 103 | 56 |
| Binary | 11000100 | 10010111 | 100111 | 0 | 10111 | 1010000 | 10111 | 101011 | 1000011 | 101110 |
Color Harmonies of #C49727
Complementary color
Monochromatic Colors of #C49727
Black with #C49727
Text Example
Text Example
White with #C49727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49727; }
p { color: rgb(196,151,39); }
H1.HeaderClassName
{
color: #C49727;
}
.AnyTagClassName
{
color: #C49727;
}
</style>
background-color css
<style>
a { background-color: #C49727; }
a { background-color: rgb(196,151,39); }
div.DivClassName
{
background-color: #C49727;
}
.BgClassName
{
background-color: #C49727;
}
</style>
border-color css
<style>
span { border-color: #C49727; }
span { border-color: rgb(196,151,39); }
td.TdClassName
{
border-color: #C49727;
}
.TagClassName
{
border-color: #C49727;
}
</style>