Shades of Fallow #C49B72
Tints of Fallow #C49B72
RGB
CMYK
RGB Variations
Color information
#C49B72 (or 0xC49B72) is known color: Fallow. HEX triplet: C4, 9B and 72. RGB value is (196,155,114). Sum of RGB (Red+Green+Blue) = 196+155+114=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 114 (44.92% from 255 or 24.52% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B72 is #3B648D. Grayscale: #A2A2A2. Windows color (decimal): -3892366 or 7510980. OLE color: 7510980.
HSL color Cylindrical-coordinate representation of color #C49B72: hue angle of 30º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C49B72 is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 114 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.23 |
| HSL | 30º | 0.41% | 0.61% | - |
| HSV(B) | 30º | 0.42% | 0.77% | - |
| XYZ | 37.52 | 36.39 | 20.97 | - |
| YUV | 162.59 | 100.58 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 114 | 0 | 0.21 | 0.42 | 0.23 | 30 | 0.41 | 0.61 |
| Hex | C4 | 9B | 72 | 0 | 15 | 2A | 17 | 1E | 29 | 3D |
| Octal | 304 | 233 | 162 | 0 | 25 | 52 | 27 | 36 | 51 | 75 |
| Binary | 11000100 | 10011011 | 1110010 | 0 | 10101 | 101010 | 10111 | 11110 | 101001 | 111101 |
Color Harmonies of #C49B72
Complementary color
Monochromatic Colors of #C49B72
Black with #C49B72
Text Example
Text Example
White with #C49B72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B72; }
p { color: rgb(196,155,114); }
H1.HeaderClassName
{
color: #C49B72;
}
.AnyTagClassName
{
color: #C49B72;
}
</style>
background-color css
<style>
a { background-color: #C49B72; }
a { background-color: rgb(196,155,114); }
div.DivClassName
{
background-color: #C49B72;
}
.BgClassName
{
background-color: #C49B72;
}
</style>
border-color css
<style>
span { border-color: #C49B72; }
span { border-color: rgb(196,155,114); }
td.TdClassName
{
border-color: #C49B72;
}
.TagClassName
{
border-color: #C49B72;
}
</style>