Shades of Fallow #C59B73
Tints of Fallow #C59B73
RGB
CMYK
RGB Variations
Color information
#C59B73 (or 0xC59B73) is known color: Fallow. HEX triplet: C5, 9B and 73. RGB value is (197,155,115). Sum of RGB (Red+Green+Blue) = 197+155+115=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B73 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B73 is #3A648C. Grayscale: #A3A3A3. Windows color (decimal): -3826829 or 7576517. OLE color: 7576517.
HSL color Cylindrical-coordinate representation of color #C59B73: hue angle of 29.27º 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 #C59B73 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 115 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.23 |
| HSL | 29.27º | 0.41% | 0.61% | - |
| HSV(B) | 29.27º | 0.42% | 0.77% | - |
| XYZ | 37.84 | 36.55 | 21.28 | - |
| YUV | 163 | 100.91 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 115 | 0 | 0.21 | 0.42 | 0.23 | 29.27 | 0.41 | 0.61 |
| Hex | C5 | 9B | 73 | 0 | 15 | 2A | 17 | 1D | 29 | 3D |
| Octal | 305 | 233 | 163 | 0 | 25 | 52 | 27 | 35 | 51 | 75 |
| Binary | 11000101 | 10011011 | 1110011 | 0 | 10101 | 101010 | 10111 | 11101 | 101001 | 111101 |
Color Harmonies of #C59B73
Complementary color
Monochromatic Colors of #C59B73
Black with #C59B73
Text Example
Text Example
White with #C59B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B73; }
p { color: rgb(197,155,115); }
H1.HeaderClassName
{
color: #C59B73;
}
.AnyTagClassName
{
color: #C59B73;
}
</style>
background-color css
<style>
a { background-color: #C59B73; }
a { background-color: rgb(197,155,115); }
div.DivClassName
{
background-color: #C59B73;
}
.BgClassName
{
background-color: #C59B73;
}
</style>
border-color css
<style>
span { border-color: #C59B73; }
span { border-color: rgb(197,155,115); }
td.TdClassName
{
border-color: #C59B73;
}
.TagClassName
{
border-color: #C59B73;
}
</style>