Shades of Fallow #C39571
Tints of Fallow #C39571
RGB
CMYK
RGB Variations
Color information
#C39571 (or 0xC39571) is known color: Fallow. HEX triplet: C3, 95 and 71. RGB value is (195,149,113). Sum of RGB (Red+Green+Blue) = 195+149+113=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 149 (58.59% from 255 or 32.60% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C39571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39571 is #3C6A8E. Grayscale: #9E9E9E. Windows color (decimal): -3959439 or 7443907. OLE color: 7443907.
HSL color Cylindrical-coordinate representation of color #C39571: hue angle of 26.34º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C39571 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 113 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.24 |
| HSL | 26.34º | 0.41% | 0.6% | - |
| HSV(B) | 26.34º | 0.42% | 0.76% | - |
| XYZ | 36.23 | 34.29 | 20.33 | - |
| YUV | 158.65 | 102.24 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 113 | 0 | 0.24 | 0.42 | 0.24 | 26.34 | 0.41 | 0.6 |
| Hex | C3 | 95 | 71 | 0 | 18 | 2A | 18 | 1A | 29 | 3C |
| Octal | 303 | 225 | 161 | 0 | 30 | 52 | 30 | 32 | 51 | 74 |
| Binary | 11000011 | 10010101 | 1110001 | 0 | 11000 | 101010 | 11000 | 11010 | 101001 | 111100 |
Color Harmonies of #C39571
Complementary color
Monochromatic Colors of #C39571
Black with #C39571
Text Example
Text Example
White with #C39571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39571; }
p { color: rgb(195,149,113); }
H1.HeaderClassName
{
color: #C39571;
}
.AnyTagClassName
{
color: #C39571;
}
</style>
background-color css
<style>
a { background-color: #C39571; }
a { background-color: rgb(195,149,113); }
div.DivClassName
{
background-color: #C39571;
}
.BgClassName
{
background-color: #C39571;
}
</style>
border-color css
<style>
span { border-color: #C39571; }
span { border-color: rgb(195,149,113); }
td.TdClassName
{
border-color: #C39571;
}
.TagClassName
{
border-color: #C39571;
}
</style>