Shades of Falcon #845B5D
Tints of Falcon #845B5D
RGB
CMYK
RGB Variations
Color information
#845B5D (or 0x845B5D) is known color: Falcon. HEX triplet: 84, 5B and 5D. RGB value is (132,91,93). Sum of RGB (Red+Green+Blue) = 132+91+93=316 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.77% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 132 - color contains mainly: red. Hex color #845B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B5D is #7BA4A2. Grayscale: #676767. Windows color (decimal): -8103075 or 6118276. OLE color: 6118276.
HSL color Cylindrical-coordinate representation of color #845B5D: 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 #845B5D is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
RGB | 132 | 91 | 93 | - |
CMYK | 0 | 0.31 | 0.30 | 0.48 |
HSL | 357.07º | 0.18% | 0.44% | - |
HSV(B) | 357.07º | 0.31% | 0.52% | - |
XYZ | 15.23 | 13.18 | 12.1 | - |
YUV | 103.49 | 122.08 | 148.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 132 | 91 | 93 | 0 | 0.31 | 0.30 | 0.48 | 357.07 | 0.18 | 0.44 |
Hex | 84 | 5B | 5D | 0 | 1F | 1E | 30 | 165 | 12 | 2C |
Octal | 204 | 133 | 135 | 0 | 37 | 36 | 60 | 545 | 22 | 54 |
Binary | 10000100 | 1011011 | 1011101 | 0 | 11111 | 11110 | 110000 | 101100101 | 10010 | 101100 |
Color Harmonies of #845B5D
Complementary color
Monochromatic Colors of #845B5D
Black with #845B5D
Text Example
Text Example
White with #845B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845B5D; }
p { color: rgb(132,91,93); }
H1.HeaderClassName
{
color: #845B5D;
}
.AnyTagClassName
{
color: #845B5D;
}
</style>
background-color css
<style>
a { background-color: #845B5D; }
a { background-color: rgb(132,91,93); }
div.DivClassName
{
background-color: #845B5D;
}
.BgClassName
{
background-color: #845B5D;
}
</style>
border-color css
<style>
span { border-color: #845B5D; }
span { border-color: rgb(132,91,93); }
td.TdClassName
{
border-color: #845B5D;
}
.TagClassName
{
border-color: #845B5D;
}
</style>