Shades of Fallow #C59463
Tints of Fallow #C59463
RGB
CMYK
RGB Variations
Color information
#C59463 (or 0xC59463) is known color: Fallow. HEX triplet: C5, 94 and 63. RGB value is (197,148,99). Sum of RGB (Red+Green+Blue) = 197+148+99=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 148 (58.20% from 255 or 33.33% from 444); Blue value is 99 (39.06% from 255 or 22.30% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C59463 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59463 is #3A6B9C. Grayscale: #9D9D9D. Windows color (decimal): -3828637 or 6526149. OLE color: 6526149.
HSL color Cylindrical-coordinate representation of color #C59463: hue angle of 30º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C59463 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 99 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.23 |
| HSL | 30º | 0.46% | 0.58% | - |
| HSV(B) | 30º | 0.5% | 0.77% | - |
| XYZ | 35.87 | 33.95 | 16.47 | - |
| YUV | 157.07 | 95.23 | 156.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 99 | 0 | 0.25 | 0.50 | 0.23 | 30 | 0.46 | 0.58 |
| Hex | C5 | 94 | 63 | 0 | 19 | 32 | 17 | 1E | 2E | 3A |
| Octal | 305 | 224 | 143 | 0 | 31 | 62 | 27 | 36 | 56 | 72 |
| Binary | 11000101 | 10010100 | 1100011 | 0 | 11001 | 110010 | 10111 | 11110 | 101110 | 111010 |
Color Harmonies of #C59463
Complementary color
Monochromatic Colors of #C59463
Black with #C59463
Text Example
Text Example
White with #C59463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59463; }
p { color: rgb(197,148,99); }
H1.HeaderClassName
{
color: #C59463;
}
.AnyTagClassName
{
color: #C59463;
}
</style>
background-color css
<style>
a { background-color: #C59463; }
a { background-color: rgb(197,148,99); }
div.DivClassName
{
background-color: #C59463;
}
.BgClassName
{
background-color: #C59463;
}
</style>
border-color css
<style>
span { border-color: #C59463; }
span { border-color: rgb(197,148,99); }
td.TdClassName
{
border-color: #C59463;
}
.TagClassName
{
border-color: #C59463;
}
</style>