Shades of Fallow #C59D74
Tints of Fallow #C59D74
RGB
CMYK
RGB Variations
Color information
#C59D74 (or 0xC59D74) is known color: Fallow. HEX triplet: C5, 9D and 74. RGB value is (197,157,116). Sum of RGB (Red+Green+Blue) = 197+157+116=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D74 is #3A628B. Grayscale: #A4A4A4. Windows color (decimal): -3826316 or 7642565. OLE color: 7642565.
HSL color Cylindrical-coordinate representation of color #C59D74: hue angle of 30.37º degrees, saturation: 0.41, 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 #C59D74 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 116 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.23 |
| HSL | 30.37º | 0.41% | 0.61% | - |
| HSV(B) | 30.37º | 0.41% | 0.77% | - |
| XYZ | 38.24 | 37.25 | 21.7 | - |
| YUV | 164.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 116 | 0 | 0.20 | 0.41 | 0.23 | 30.37 | 0.41 | 0.61 |
| Hex | C5 | 9D | 74 | 0 | 14 | 29 | 17 | 1E | 29 | 3D |
| Octal | 305 | 235 | 164 | 0 | 24 | 51 | 27 | 36 | 51 | 75 |
| Binary | 11000101 | 10011101 | 1110100 | 0 | 10100 | 101001 | 10111 | 11110 | 101001 | 111101 |
Color Harmonies of #C59D74
Complementary color
Monochromatic Colors of #C59D74
Black with #C59D74
Text Example
Text Example
White with #C59D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D74; }
p { color: rgb(197,157,116); }
H1.HeaderClassName
{
color: #C59D74;
}
.AnyTagClassName
{
color: #C59D74;
}
</style>
background-color css
<style>
a { background-color: #C59D74; }
a { background-color: rgb(197,157,116); }
div.DivClassName
{
background-color: #C59D74;
}
.BgClassName
{
background-color: #C59D74;
}
</style>
border-color css
<style>
span { border-color: #C59D74; }
span { border-color: rgb(197,157,116); }
td.TdClassName
{
border-color: #C59D74;
}
.TagClassName
{
border-color: #C59D74;
}
</style>