Shades of Falcon #845A5C
Tints of Falcon #845A5C
RGB
CMYK
RGB Variations
Color information
#845A5C (or 0x845A5C) is known color: Falcon. HEX triplet: 84, 5A and 5C. RGB value is (132,90,92). Sum of RGB (Red+Green+Blue) = 132+90+92=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 92 (36.33% from 255 or 29.30% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #845A5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A5C is #7BA5A3. Grayscale: #666666. Windows color (decimal): -8103332 or 6052484. OLE color: 6052484.
HSL color Cylindrical-coordinate representation of color #845A5C: hue angle of 357.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #845A5C is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 90 | 92 | - |
| CMYK | 0 | 0.32 | 0.30 | 0.48 |
| HSL | 357.14º | 0.19% | 0.44% | - |
| HSV(B) | 357.14º | 0.32% | 0.52% | - |
| XYZ | 15.1 | 12.99 | 11.84 | - |
| YUV | 102.79 | 121.91 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 90 | 92 | 0 | 0.32 | 0.30 | 0.48 | 357.14 | 0.19 | 0.44 |
| Hex | 84 | 5A | 5C | 0 | 20 | 1E | 30 | 165 | 13 | 2C |
| Octal | 204 | 132 | 134 | 0 | 40 | 36 | 60 | 545 | 23 | 54 |
| Binary | 10000100 | 1011010 | 1011100 | 0 | 100000 | 11110 | 110000 | 101100101 | 10011 | 101100 |
Color Harmonies of #845A5C
Complementary color
Monochromatic Colors of #845A5C
Black with #845A5C
Text Example
Text Example
White with #845A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845A5C; }
p { color: rgb(132,90,92); }
H1.HeaderClassName
{
color: #845A5C;
}
.AnyTagClassName
{
color: #845A5C;
}
</style>
background-color css
<style>
a { background-color: #845A5C; }
a { background-color: rgb(132,90,92); }
div.DivClassName
{
background-color: #845A5C;
}
.BgClassName
{
background-color: #845A5C;
}
</style>
border-color css
<style>
span { border-color: #845A5C; }
span { border-color: rgb(132,90,92); }
td.TdClassName
{
border-color: #845A5C;
}
.TagClassName
{
border-color: #845A5C;
}
</style>