Shades of Fallow #C49561
Tints of Fallow #C49561
RGB
CMYK
RGB Variations
Color information
#C49561 (or 0xC49561) is known color: Fallow. HEX triplet: C4, 95 and 61. RGB value is (196,149,97). Sum of RGB (Red+Green+Blue) = 196+149+97=442 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.34% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 97 (38.28% from 255 or 21.95% from 442); Max value from RGB is 196 - color contains mainly: red. Hex color #C49561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49561 is #3B6A9E. Grayscale: #9D9D9D. Windows color (decimal): -3893919 or 6395332. OLE color: 6395332.
HSL color Cylindrical-coordinate representation of color #C49561: hue angle of 31.52º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49561 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 97 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.23 |
| HSL | 31.52º | 0.46% | 0.57% | - |
| HSV(B) | 31.52º | 0.51% | 0.77% | - |
| XYZ | 35.67 | 34.09 | 16.01 | - |
| YUV | 157.13 | 94.07 | 155.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 97 | 0 | 0.24 | 0.51 | 0.23 | 31.52 | 0.46 | 0.57 |
| Hex | C4 | 95 | 61 | 0 | 18 | 33 | 17 | 20 | 2E | 39 |
| Octal | 304 | 225 | 141 | 0 | 30 | 63 | 27 | 40 | 56 | 71 |
| Binary | 11000100 | 10010101 | 1100001 | 0 | 11000 | 110011 | 10111 | 100000 | 101110 | 111001 |
Color Harmonies of #C49561
Complementary color
Monochromatic Colors of #C49561
Black with #C49561
Text Example
Text Example
White with #C49561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49561; }
p { color: rgb(196,149,97); }
H1.HeaderClassName
{
color: #C49561;
}
.AnyTagClassName
{
color: #C49561;
}
</style>
background-color css
<style>
a { background-color: #C49561; }
a { background-color: rgb(196,149,97); }
div.DivClassName
{
background-color: #C49561;
}
.BgClassName
{
background-color: #C49561;
}
</style>
border-color css
<style>
span { border-color: #C49561; }
span { border-color: rgb(196,149,97); }
td.TdClassName
{
border-color: #C49561;
}
.TagClassName
{
border-color: #C49561;
}
</style>