Shades of Fallow #C59B5F
Tints of Fallow #C59B5F
RGB
CMYK
RGB Variations
Color information
#C59B5F (or 0xC59B5F) is known color: Fallow. HEX triplet: C5, 9B and 5F. RGB value is (197,155,95). Sum of RGB (Red+Green+Blue) = 197+155+95=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 155 (60.94% from 255 or 34.68% from 447); Blue value is 95 (37.5% from 255 or 21.25% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C59B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59B5F is #3A64A0. Grayscale: #A0A0A0. Windows color (decimal): -3826849 or 6265797. OLE color: 6265797.
HSL color Cylindrical-coordinate representation of color #C59B5F: hue angle of 35.29º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C59B5F is Cyan = 0, Magento = 0.21, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 155 | 95 | - |
| CMYK | 0 | 0.21 | 0.52 | 0.23 |
| HSL | 35.29º | 0.47% | 0.57% | - |
| HSV(B) | 35.29º | 0.52% | 0.77% | - |
| XYZ | 36.81 | 36.14 | 15.86 | - |
| YUV | 160.72 | 90.91 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 155 | 95 | 0 | 0.21 | 0.52 | 0.23 | 35.29 | 0.47 | 0.57 |
| Hex | C5 | 9B | 5F | 0 | 15 | 34 | 17 | 23 | 2F | 39 |
| Octal | 305 | 233 | 137 | 0 | 25 | 64 | 27 | 43 | 57 | 71 |
| Binary | 11000101 | 10011011 | 1011111 | 0 | 10101 | 110100 | 10111 | 100011 | 101111 | 111001 |
Color Harmonies of #C59B5F
Complementary color
Monochromatic Colors of #C59B5F
Black with #C59B5F
Text Example
Text Example
White with #C59B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59B5F; }
p { color: rgb(197,155,95); }
H1.HeaderClassName
{
color: #C59B5F;
}
.AnyTagClassName
{
color: #C59B5F;
}
</style>
background-color css
<style>
a { background-color: #C59B5F; }
a { background-color: rgb(197,155,95); }
div.DivClassName
{
background-color: #C59B5F;
}
.BgClassName
{
background-color: #C59B5F;
}
</style>
border-color css
<style>
span { border-color: #C59B5F; }
span { border-color: rgb(197,155,95); }
td.TdClassName
{
border-color: #C59B5F;
}
.TagClassName
{
border-color: #C59B5F;
}
</style>