Shades of Fallow #C59D73
Tints of Fallow #C59D73
RGB
CMYK
RGB Variations
Color information
#C59D73 (or 0xC59D73) is known color: Fallow. HEX triplet: C5, 9D and 73. RGB value is (197,157,115). Sum of RGB (Red+Green+Blue) = 197+157+115=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 157 (61.72% from 255 or 33.48% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D73 is #3A628C. Grayscale: #A4A4A4. Windows color (decimal): -3826317 or 7577029. OLE color: 7577029.
HSL color Cylindrical-coordinate representation of color #C59D73: hue angle of 30.73º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C59D73 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 115 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.23 |
| HSL | 30.73º | 0.41% | 0.61% | - |
| HSV(B) | 30.73º | 0.42% | 0.77% | - |
| XYZ | 38.18 | 37.22 | 21.39 | - |
| YUV | 164.17 | 100.25 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 115 | 0 | 0.20 | 0.42 | 0.23 | 30.73 | 0.41 | 0.61 |
| Hex | C5 | 9D | 73 | 0 | 14 | 2A | 17 | 1F | 29 | 3D |
| Octal | 305 | 235 | 163 | 0 | 24 | 52 | 27 | 37 | 51 | 75 |
| Binary | 11000101 | 10011101 | 1110011 | 0 | 10100 | 101010 | 10111 | 11111 | 101001 | 111101 |
Color Harmonies of #C59D73
Complementary color
Monochromatic Colors of #C59D73
Black with #C59D73
Text Example
Text Example
White with #C59D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D73; }
p { color: rgb(197,157,115); }
H1.HeaderClassName
{
color: #C59D73;
}
.AnyTagClassName
{
color: #C59D73;
}
</style>
background-color css
<style>
a { background-color: #C59D73; }
a { background-color: rgb(197,157,115); }
div.DivClassName
{
background-color: #C59D73;
}
.BgClassName
{
background-color: #C59D73;
}
</style>
border-color css
<style>
span { border-color: #C59D73; }
span { border-color: rgb(197,157,115); }
td.TdClassName
{
border-color: #C59D73;
}
.TagClassName
{
border-color: #C59D73;
}
</style>