Shades of Falcon #855C5E
Tints of Falcon #855C5E
RGB
CMYK
RGB Variations
Color information
#855C5E (or 0x855C5E) is known color: Falcon. HEX triplet: 85, 5C and 5E. RGB value is (133,92,94). Sum of RGB (Red+Green+Blue) = 133+92+94=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 94 (37.11% from 255 or 29.47% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #855C5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C5E is #7AA3A1. Grayscale: #686868. Windows color (decimal): -8037282 or 6184069. OLE color: 6184069.
HSL color Cylindrical-coordinate representation of color #855C5E: hue angle of 357.07º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C5E is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 92 | 94 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.48 |
| HSL | 357.07º | 0.18% | 0.44% | - |
| HSV(B) | 357.07º | 0.31% | 0.52% | - |
| XYZ | 15.52 | 13.45 | 12.37 | - |
| YUV | 104.49 | 122.08 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 94 | 0 | 0.31 | 0.29 | 0.48 | 357.07 | 0.18 | 0.44 |
| Hex | 85 | 5C | 5E | 0 | 1F | 1D | 30 | 165 | 12 | 2C |
| Octal | 205 | 134 | 136 | 0 | 37 | 35 | 60 | 545 | 22 | 54 |
| Binary | 10000101 | 1011100 | 1011110 | 0 | 11111 | 11101 | 110000 | 101100101 | 10010 | 101100 |
Color Harmonies of #855C5E
Complementary color
Monochromatic Colors of #855C5E
Black with #855C5E
Text Example
Text Example
White with #855C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855C5E; }
p { color: rgb(133,92,94); }
H1.HeaderClassName
{
color: #855C5E;
}
.AnyTagClassName
{
color: #855C5E;
}
</style>
background-color css
<style>
a { background-color: #855C5E; }
a { background-color: rgb(133,92,94); }
div.DivClassName
{
background-color: #855C5E;
}
.BgClassName
{
background-color: #855C5E;
}
</style>
border-color css
<style>
span { border-color: #855C5E; }
span { border-color: rgb(133,92,94); }
td.TdClassName
{
border-color: #855C5E;
}
.TagClassName
{
border-color: #855C5E;
}
</style>