Shades of Fallow #C39B72
Tints of Fallow #C39B72
RGB
CMYK
RGB Variations
Color information
#C39B72 (or 0xC39B72) is known color: Fallow. HEX triplet: C3, 9B and 72. RGB value is (195,155,114). Sum of RGB (Red+Green+Blue) = 195+155+114=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 155 (60.94% from 255 or 33.41% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C39B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39B72 is #3C648D. Grayscale: #A2A2A2. Windows color (decimal): -3957902 or 7510979. OLE color: 7510979.
HSL color Cylindrical-coordinate representation of color #C39B72: hue angle of 30.37º 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 #C39B72 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 155 | 114 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.24 |
| HSL | 30.37º | 0.4% | 0.61% | - |
| HSV(B) | 30.37º | 0.42% | 0.76% | - |
| XYZ | 37.26 | 36.26 | 20.95 | - |
| YUV | 162.29 | 100.75 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 114 | 0 | 0.21 | 0.42 | 0.24 | 30.37 | 0.4 | 0.61 |
| Hex | C3 | 9B | 72 | 0 | 15 | 2A | 18 | 1E | 28 | 3D |
| Octal | 303 | 233 | 162 | 0 | 25 | 52 | 30 | 36 | 50 | 75 |
| Binary | 11000011 | 10011011 | 1110010 | 0 | 10101 | 101010 | 11000 | 11110 | 101000 | 111101 |
Color Harmonies of #C39B72
Complementary color
Monochromatic Colors of #C39B72
Black with #C39B72
Text Example
Text Example
White with #C39B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39B72; }
p { color: rgb(195,155,114); }
H1.HeaderClassName
{
color: #C39B72;
}
.AnyTagClassName
{
color: #C39B72;
}
</style>
background-color css
<style>
a { background-color: #C39B72; }
a { background-color: rgb(195,155,114); }
div.DivClassName
{
background-color: #C39B72;
}
.BgClassName
{
background-color: #C39B72;
}
</style>
border-color css
<style>
span { border-color: #C39B72; }
span { border-color: rgb(195,155,114); }
td.TdClassName
{
border-color: #C39B72;
}
.TagClassName
{
border-color: #C39B72;
}
</style>