Shades of Fallow #C39367
Tints of Fallow #C39367
RGB
CMYK
RGB Variations
Color information
#C39367 (or 0xC39367) is known color: Fallow. HEX triplet: C3, 93 and 67. RGB value is (195,147,103). Sum of RGB (Red+Green+Blue) = 195+147+103=445 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.82% from 445); Green value is 147 (57.81% from 255 or 33.03% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 195 - color contains mainly: red. Hex color #C39367 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39367 is #3C6C98. Grayscale: #9C9C9C. Windows color (decimal): -3959961 or 6788035. OLE color: 6788035.
HSL color Cylindrical-coordinate representation of color #C39367: hue angle of 28.7º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C39367 is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 147 | 103 | - |
| CMYK | 0 | 0.25 | 0.47 | 0.24 |
| HSL | 28.7º | 0.43% | 0.58% | - |
| HSV(B) | 28.7º | 0.47% | 0.76% | - |
| XYZ | 35.39 | 33.45 | 17.42 | - |
| YUV | 156.34 | 97.9 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 147 | 103 | 0 | 0.25 | 0.47 | 0.24 | 28.7 | 0.43 | 0.58 |
| Hex | C3 | 93 | 67 | 0 | 19 | 2F | 18 | 1D | 2B | 3A |
| Octal | 303 | 223 | 147 | 0 | 31 | 57 | 30 | 35 | 53 | 72 |
| Binary | 11000011 | 10010011 | 1100111 | 0 | 11001 | 101111 | 11000 | 11101 | 101011 | 111010 |
Color Harmonies of #C39367
Complementary color
Monochromatic Colors of #C39367
Black with #C39367
Text Example
Text Example
White with #C39367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39367; }
p { color: rgb(195,147,103); }
H1.HeaderClassName
{
color: #C39367;
}
.AnyTagClassName
{
color: #C39367;
}
</style>
background-color css
<style>
a { background-color: #C39367; }
a { background-color: rgb(195,147,103); }
div.DivClassName
{
background-color: #C39367;
}
.BgClassName
{
background-color: #C39367;
}
</style>
border-color css
<style>
span { border-color: #C39367; }
span { border-color: rgb(195,147,103); }
td.TdClassName
{
border-color: #C39367;
}
.TagClassName
{
border-color: #C39367;
}
</style>