Shades of Fallow #C39773
Tints of Fallow #C39773
RGB
CMYK
RGB Variations
Color information
#C39773 (or 0xC39773) is known color: Fallow. HEX triplet: C3, 97 and 73. RGB value is (195,151,115). Sum of RGB (Red+Green+Blue) = 195+151+115=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C39773 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39773 is #3C688C. Grayscale: #A0A0A0. Windows color (decimal): -3958925 or 7575491. OLE color: 7575491.
HSL color Cylindrical-coordinate representation of color #C39773: hue angle of 27º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C39773 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 115 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.24 |
| HSL | 27º | 0.4% | 0.61% | - |
| HSV(B) | 27º | 0.41% | 0.76% | - |
| XYZ | 36.67 | 34.97 | 21.04 | - |
| YUV | 160.05 | 102.58 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 115 | 0 | 0.23 | 0.41 | 0.24 | 27 | 0.4 | 0.61 |
| Hex | C3 | 97 | 73 | 0 | 17 | 29 | 18 | 1B | 28 | 3D |
| Octal | 303 | 227 | 163 | 0 | 27 | 51 | 30 | 33 | 50 | 75 |
| Binary | 11000011 | 10010111 | 1110011 | 0 | 10111 | 101001 | 11000 | 11011 | 101000 | 111101 |
Color Harmonies of #C39773
Complementary color
Monochromatic Colors of #C39773
Black with #C39773
Text Example
Text Example
White with #C39773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39773; }
p { color: rgb(195,151,115); }
H1.HeaderClassName
{
color: #C39773;
}
.AnyTagClassName
{
color: #C39773;
}
</style>
background-color css
<style>
a { background-color: #C39773; }
a { background-color: rgb(195,151,115); }
div.DivClassName
{
background-color: #C39773;
}
.BgClassName
{
background-color: #C39773;
}
</style>
border-color css
<style>
span { border-color: #C39773; }
span { border-color: rgb(195,151,115); }
td.TdClassName
{
border-color: #C39773;
}
.TagClassName
{
border-color: #C39773;
}
</style>