Shades of Fallow #C59A73
Tints of Fallow #C59A73
RGB
CMYK
RGB Variations
Color information
#C59A73 (or 0xC59A73) is known color: Fallow. HEX triplet: C5, 9A and 73. RGB value is (197,154,115). Sum of RGB (Red+Green+Blue) = 197+154+115=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 115 (45.31% from 255 or 24.68% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A73 is #3A658C. Grayscale: #A2A2A2. Windows color (decimal): -3827085 or 7576261. OLE color: 7576261.
HSL color Cylindrical-coordinate representation of color #C59A73: hue angle of 28.54º 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 #C59A73 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 115 | - |
| CMYK | 0 | 0.22 | 0.42 | 0.23 |
| HSL | 28.54º | 0.41% | 0.61% | - |
| HSV(B) | 28.54º | 0.42% | 0.77% | - |
| XYZ | 37.68 | 36.22 | 21.22 | - |
| YUV | 162.41 | 101.25 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 115 | 0 | 0.22 | 0.42 | 0.23 | 28.54 | 0.41 | 0.61 |
| Hex | C5 | 9A | 73 | 0 | 16 | 2A | 17 | 1D | 29 | 3D |
| Octal | 305 | 232 | 163 | 0 | 26 | 52 | 27 | 35 | 51 | 75 |
| Binary | 11000101 | 10011010 | 1110011 | 0 | 10110 | 101010 | 10111 | 11101 | 101001 | 111101 |
Color Harmonies of #C59A73
Complementary color
Monochromatic Colors of #C59A73
Black with #C59A73
Text Example
Text Example
White with #C59A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A73; }
p { color: rgb(197,154,115); }
H1.HeaderClassName
{
color: #C59A73;
}
.AnyTagClassName
{
color: #C59A73;
}
</style>
background-color css
<style>
a { background-color: #C59A73; }
a { background-color: rgb(197,154,115); }
div.DivClassName
{
background-color: #C59A73;
}
.BgClassName
{
background-color: #C59A73;
}
</style>
border-color css
<style>
span { border-color: #C59A73; }
span { border-color: rgb(197,154,115); }
td.TdClassName
{
border-color: #C59A73;
}
.TagClassName
{
border-color: #C59A73;
}
</style>