Shades of Fallow #C59462
Tints of Fallow #C59462
RGB
CMYK
RGB Variations
Color information
#C59462 (or 0xC59462) is known color: Fallow. HEX triplet: C5, 94 and 62. RGB value is (197,148,98). Sum of RGB (Red+Green+Blue) = 197+148+98=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 98 (38.67% from 255 or 22.12% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C59462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59462 is #3A6B9D. Grayscale: #9D9D9D. Windows color (decimal): -3828638 or 6460613. OLE color: 6460613.
HSL color Cylindrical-coordinate representation of color #C59462: hue angle of 30.3º 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 #C59462 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 98 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.23 |
| HSL | 30.3º | 0.46% | 0.58% | - |
| HSV(B) | 30.3º | 0.5% | 0.77% | - |
| XYZ | 35.82 | 33.93 | 16.22 | - |
| YUV | 156.95 | 94.73 | 156.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 98 | 0 | 0.25 | 0.50 | 0.23 | 30.3 | 0.46 | 0.58 |
| Hex | C5 | 94 | 62 | 0 | 19 | 32 | 17 | 1E | 2E | 3A |
| Octal | 305 | 224 | 142 | 0 | 31 | 62 | 27 | 36 | 56 | 72 |
| Binary | 11000101 | 10010100 | 1100010 | 0 | 11001 | 110010 | 10111 | 11110 | 101110 | 111010 |
Color Harmonies of #C59462
Complementary color
Monochromatic Colors of #C59462
Black with #C59462
Text Example
Text Example
White with #C59462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59462; }
p { color: rgb(197,148,98); }
H1.HeaderClassName
{
color: #C59462;
}
.AnyTagClassName
{
color: #C59462;
}
</style>
background-color css
<style>
a { background-color: #C59462; }
a { background-color: rgb(197,148,98); }
div.DivClassName
{
background-color: #C59462;
}
.BgClassName
{
background-color: #C59462;
}
</style>
border-color css
<style>
span { border-color: #C59462; }
span { border-color: rgb(197,148,98); }
td.TdClassName
{
border-color: #C59462;
}
.TagClassName
{
border-color: #C59462;
}
</style>