Shades of Fallow #C39D74
Tints of Fallow #C39D74
RGB
CMYK
RGB Variations
Color information
#C39D74 (or 0xC39D74) is known color: Fallow. HEX triplet: C3, 9D and 74. RGB value is (195,157,116). Sum of RGB (Red+Green+Blue) = 195+157+116=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 116 (45.70% from 255 or 24.79% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C39D74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39D74 is #3C628B. Grayscale: #A3A3A3. Windows color (decimal): -3957388 or 7642563. OLE color: 7642563.
HSL color Cylindrical-coordinate representation of color #C39D74: hue angle of 31.14º 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 #C39D74 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 157 | 116 | - |
| CMYK | 0 | 0.19 | 0.41 | 0.24 |
| HSL | 31.14º | 0.4% | 0.61% | - |
| HSV(B) | 31.14º | 0.41% | 0.76% | - |
| XYZ | 37.72 | 36.98 | 21.67 | - |
| YUV | 163.69 | 101.09 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 157 | 116 | 0 | 0.19 | 0.41 | 0.24 | 31.14 | 0.4 | 0.61 |
| Hex | C3 | 9D | 74 | 0 | 13 | 29 | 18 | 1F | 28 | 3D |
| Octal | 303 | 235 | 164 | 0 | 23 | 51 | 30 | 37 | 50 | 75 |
| Binary | 11000011 | 10011101 | 1110100 | 0 | 10011 | 101001 | 11000 | 11111 | 101000 | 111101 |
Color Harmonies of #C39D74
Complementary color
Monochromatic Colors of #C39D74
Black with #C39D74
Text Example
Text Example
White with #C39D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39D74; }
p { color: rgb(195,157,116); }
H1.HeaderClassName
{
color: #C39D74;
}
.AnyTagClassName
{
color: #C39D74;
}
</style>
background-color css
<style>
a { background-color: #C39D74; }
a { background-color: rgb(195,157,116); }
div.DivClassName
{
background-color: #C39D74;
}
.BgClassName
{
background-color: #C39D74;
}
</style>
border-color css
<style>
span { border-color: #C39D74; }
span { border-color: rgb(195,157,116); }
td.TdClassName
{
border-color: #C39D74;
}
.TagClassName
{
border-color: #C39D74;
}
</style>