Shades of Nugget #C49B34
Tints of Nugget #C49B34
RGB
CMYK
RGB Variations
Color information
#C49B34 (or 0xC49B34) is known color: Nugget. HEX triplet: C4, 9B and 34. RGB value is (196,155,52). Sum of RGB (Red+Green+Blue) = 196+155+52=403 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.64% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B34 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C49B34 is #3B64CB. Grayscale: #9B9B9B. Windows color (decimal): -3892428 or 3447748. OLE color: 3447748.
HSL color Cylindrical-coordinate representation of color #C49B34: hue angle of 42.92º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C49B34 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 52 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.23 |
| HSL | 42.92º | 0.58% | 0.49% | - |
| HSV(B) | 42.92º | 0.73% | 0.77% | - |
| XYZ | 35.11 | 35.43 | 8.24 | - |
| YUV | 155.52 | 69.58 | 156.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 52 | 0 | 0.21 | 0.73 | 0.23 | 42.92 | 0.58 | 0.49 |
| Hex | C4 | 9B | 34 | 0 | 15 | 49 | 17 | 2B | 3A | 31 |
| Octal | 304 | 233 | 64 | 0 | 25 | 111 | 27 | 53 | 72 | 61 |
| Binary | 11000100 | 10011011 | 110100 | 0 | 10101 | 1001001 | 10111 | 101011 | 111010 | 110001 |
Color Harmonies of #C49B34
Complementary color
Monochromatic Colors of #C49B34
Black with #C49B34
Text Example
Text Example
White with #C49B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B34; }
p { color: rgb(196,155,52); }
H1.HeaderClassName
{
color: #C49B34;
}
.AnyTagClassName
{
color: #C49B34;
}
</style>
background-color css
<style>
a { background-color: #C49B34; }
a { background-color: rgb(196,155,52); }
div.DivClassName
{
background-color: #C49B34;
}
.BgClassName
{
background-color: #C49B34;
}
</style>
border-color css
<style>
span { border-color: #C49B34; }
span { border-color: rgb(196,155,52); }
td.TdClassName
{
border-color: #C49B34;
}
.TagClassName
{
border-color: #C49B34;
}
</style>