Shades of Fallow #C39472
Tints of Fallow #C39472
RGB
CMYK
RGB Variations
Color information
#C39472 (or 0xC39472) is known color: Fallow. HEX triplet: C3, 94 and 72. RGB value is (195,148,114). Sum of RGB (Red+Green+Blue) = 195+148+114=457 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.67% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 195 - color contains mainly: red. Hex color #C39472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39472 is #3C6B8D. Grayscale: #9E9E9E. Windows color (decimal): -3959694 or 7509187. OLE color: 7509187.
HSL color Cylindrical-coordinate representation of color #C39472: hue angle of 25.19º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C39472 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 114 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.24 |
| HSL | 25.19º | 0.4% | 0.61% | - |
| HSV(B) | 25.19º | 0.42% | 0.76% | - |
| XYZ | 36.13 | 34 | 20.58 | - |
| YUV | 158.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 114 | 0 | 0.24 | 0.42 | 0.24 | 25.19 | 0.4 | 0.61 |
| Hex | C3 | 94 | 72 | 0 | 18 | 2A | 18 | 19 | 28 | 3D |
| Octal | 303 | 224 | 162 | 0 | 30 | 52 | 30 | 31 | 50 | 75 |
| Binary | 11000011 | 10010100 | 1110010 | 0 | 11000 | 101010 | 11000 | 11001 | 101000 | 111101 |
Color Harmonies of #C39472
Complementary color
Monochromatic Colors of #C39472
Black with #C39472
Text Example
Text Example
White with #C39472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39472; }
p { color: rgb(195,148,114); }
H1.HeaderClassName
{
color: #C39472;
}
.AnyTagClassName
{
color: #C39472;
}
</style>
background-color css
<style>
a { background-color: #C39472; }
a { background-color: rgb(195,148,114); }
div.DivClassName
{
background-color: #C39472;
}
.BgClassName
{
background-color: #C39472;
}
</style>
border-color css
<style>
span { border-color: #C39472; }
span { border-color: rgb(195,148,114); }
td.TdClassName
{
border-color: #C39472;
}
.TagClassName
{
border-color: #C39472;
}
</style>