Shades of Falcon #845D5E
Tints of Falcon #845D5E
RGB
CMYK
RGB Variations
Color information
#845D5E (or 0x845D5E) is known color: Falcon. HEX triplet: 84, 5D and 5E. RGB value is (132,93,94). Sum of RGB (Red+Green+Blue) = 132+93+94=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #845D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D5E is #7BA2A1. Grayscale: #686868. Windows color (decimal): -8102562 or 6184324. OLE color: 6184324.
HSL color Cylindrical-coordinate representation of color #845D5E: hue angle of 358.46º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D5E is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 93 | 94 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.48 |
| HSL | 358.46º | 0.17% | 0.44% | - |
| HSV(B) | 358.46º | 0.3% | 0.52% | - |
| XYZ | 15.45 | 13.54 | 12.39 | - |
| YUV | 104.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 93 | 94 | 0 | 0.30 | 0.29 | 0.48 | 358.46 | 0.17 | 0.44 |
| Hex | 84 | 5D | 5E | 0 | 1E | 1D | 30 | 166 | 11 | 2C |
| Octal | 204 | 135 | 136 | 0 | 36 | 35 | 60 | 546 | 21 | 54 |
| Binary | 10000100 | 1011101 | 1011110 | 0 | 11110 | 11101 | 110000 | 101100110 | 10001 | 101100 |
Color Harmonies of #845D5E
Complementary color
Monochromatic Colors of #845D5E
Black with #845D5E
Text Example
Text Example
White with #845D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845D5E; }
p { color: rgb(132,93,94); }
H1.HeaderClassName
{
color: #845D5E;
}
.AnyTagClassName
{
color: #845D5E;
}
</style>
background-color css
<style>
a { background-color: #845D5E; }
a { background-color: rgb(132,93,94); }
div.DivClassName
{
background-color: #845D5E;
}
.BgClassName
{
background-color: #845D5E;
}
</style>
border-color css
<style>
span { border-color: #845D5E; }
span { border-color: rgb(132,93,94); }
td.TdClassName
{
border-color: #845D5E;
}
.TagClassName
{
border-color: #845D5E;
}
</style>