Shades of Fallow #C49E74
Tints of Fallow #C49E74
RGB
CMYK
RGB Variations
Color information
#C49E74 (or 0xC49E74) is known color: Fallow. HEX triplet: C4, 9E and 74. RGB value is (196,158,116). Sum of RGB (Red+Green+Blue) = 196+158+116=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C49E74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49E74 is #3B618B. Grayscale: #A4A4A4. Windows color (decimal): -3891596 or 7642820. OLE color: 7642820.
HSL color Cylindrical-coordinate representation of color #C49E74: hue angle of 31.5º 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 #C49E74 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 158 | 116 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.23 |
| HSL | 31.5º | 0.4% | 0.61% | - |
| HSV(B) | 31.5º | 0.41% | 0.77% | - |
| XYZ | 38.14 | 37.45 | 21.74 | - |
| YUV | 164.57 | 100.59 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 158 | 116 | 0 | 0.19 | 0.41 | 0.23 | 31.5 | 0.4 | 0.61 |
| Hex | C4 | 9E | 74 | 0 | 13 | 29 | 17 | 1F | 28 | 3D |
| Octal | 304 | 236 | 164 | 0 | 23 | 51 | 27 | 37 | 50 | 75 |
| Binary | 11000100 | 10011110 | 1110100 | 0 | 10011 | 101001 | 10111 | 11111 | 101000 | 111101 |
Color Harmonies of #C49E74
Complementary color
Monochromatic Colors of #C49E74
Black with #C49E74
Text Example
Text Example
White with #C49E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49E74; }
p { color: rgb(196,158,116); }
H1.HeaderClassName
{
color: #C49E74;
}
.AnyTagClassName
{
color: #C49E74;
}
</style>
background-color css
<style>
a { background-color: #C49E74; }
a { background-color: rgb(196,158,116); }
div.DivClassName
{
background-color: #C49E74;
}
.BgClassName
{
background-color: #C49E74;
}
</style>
border-color css
<style>
span { border-color: #C49E74; }
span { border-color: rgb(196,158,116); }
td.TdClassName
{
border-color: #C49E74;
}
.TagClassName
{
border-color: #C49E74;
}
</style>