Shades of Fallow #C49F74
Tints of Fallow #C49F74
RGB
CMYK
RGB Variations
Color information
#C49F74 (or 0xC49F74) is known color: Fallow. HEX triplet: C4, 9F and 74. RGB value is (196,159,116). Sum of RGB (Red+Green+Blue) = 196+159+116=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C49F74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49F74 is #3B608B. Grayscale: #A5A5A5. Windows color (decimal): -3891340 or 7643076. OLE color: 7643076.
HSL color Cylindrical-coordinate representation of color #C49F74: hue angle of 32.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49F74 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 159 | 116 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.23 |
| HSL | 32.25º | 0.4% | 0.61% | - |
| HSV(B) | 32.25º | 0.41% | 0.77% | - |
| XYZ | 38.32 | 37.79 | 21.8 | - |
| YUV | 165.16 | 100.26 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 159 | 116 | 0 | 0.19 | 0.41 | 0.23 | 32.25 | 0.4 | 0.61 |
| Hex | C4 | 9F | 74 | 0 | 13 | 29 | 17 | 20 | 28 | 3D |
| Octal | 304 | 237 | 164 | 0 | 23 | 51 | 27 | 40 | 50 | 75 |
| Binary | 11000100 | 10011111 | 1110100 | 0 | 10011 | 101001 | 10111 | 100000 | 101000 | 111101 |
Color Harmonies of #C49F74
Complementary color
Monochromatic Colors of #C49F74
Black with #C49F74
Text Example
Text Example
White with #C49F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49F74; }
p { color: rgb(196,159,116); }
H1.HeaderClassName
{
color: #C49F74;
}
.AnyTagClassName
{
color: #C49F74;
}
</style>
background-color css
<style>
a { background-color: #C49F74; }
a { background-color: rgb(196,159,116); }
div.DivClassName
{
background-color: #C49F74;
}
.BgClassName
{
background-color: #C49F74;
}
</style>
border-color css
<style>
span { border-color: #C49F74; }
span { border-color: rgb(196,159,116); }
td.TdClassName
{
border-color: #C49F74;
}
.TagClassName
{
border-color: #C49F74;
}
</style>