Shades of Fallow #C39562
Tints of Fallow #C39562
RGB
CMYK
RGB Variations
Color information
#C39562 (or 0xC39562) is known color: Fallow. HEX triplet: C3, 95 and 62. RGB value is (195,149,98). Sum of RGB (Red+Green+Blue) = 195+149+98=442 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.12% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 98 (38.67% from 255 or 22.17% from 442); Max value from RGB is 195 - color contains mainly: red. Hex color #C39562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39562 is #3C6A9D. Grayscale: #9D9D9D. Windows color (decimal): -3959454 or 6460867. OLE color: 6460867.
HSL color Cylindrical-coordinate representation of color #C39562: hue angle of 31.55º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C39562 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 98 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.24 |
| HSL | 31.55º | 0.45% | 0.57% | - |
| HSV(B) | 31.55º | 0.5% | 0.76% | - |
| XYZ | 35.46 | 33.98 | 16.25 | - |
| YUV | 156.94 | 94.74 | 155.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 98 | 0 | 0.24 | 0.50 | 0.24 | 31.55 | 0.45 | 0.57 |
| Hex | C3 | 95 | 62 | 0 | 18 | 32 | 18 | 20 | 2D | 39 |
| Octal | 303 | 225 | 142 | 0 | 30 | 62 | 30 | 40 | 55 | 71 |
| Binary | 11000011 | 10010101 | 1100010 | 0 | 11000 | 110010 | 11000 | 100000 | 101101 | 111001 |
Color Harmonies of #C39562
Complementary color
Monochromatic Colors of #C39562
Black with #C39562
Text Example
Text Example
White with #C39562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39562; }
p { color: rgb(195,149,98); }
H1.HeaderClassName
{
color: #C39562;
}
.AnyTagClassName
{
color: #C39562;
}
</style>
background-color css
<style>
a { background-color: #C39562; }
a { background-color: rgb(195,149,98); }
div.DivClassName
{
background-color: #C39562;
}
.BgClassName
{
background-color: #C39562;
}
</style>
border-color css
<style>
span { border-color: #C39562; }
span { border-color: rgb(195,149,98); }
td.TdClassName
{
border-color: #C39562;
}
.TagClassName
{
border-color: #C39562;
}
</style>