Shades of Falcon #835B5E
Tints of Falcon #835B5E
RGB
CMYK
RGB Variations
Color information
#835B5E (or 0x835B5E) is known color: Falcon. HEX triplet: 83, 5B and 5E. RGB value is (131,91,94). Sum of RGB (Red+Green+Blue) = 131+91+94=316 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.46% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 131 - color contains mainly: red. Hex color #835B5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B5E is #7CA4A1. Grayscale: #676767. Windows color (decimal): -8168610 or 6183811. OLE color: 6183811.
HSL color Cylindrical-coordinate representation of color #835B5E: hue angle of 355.5º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #835B5E is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 94 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.49 |
| HSL | 355.5º | 0.18% | 0.44% | - |
| HSV(B) | 355.5º | 0.31% | 0.51% | - |
| XYZ | 15.12 | 13.12 | 12.32 | - |
| YUV | 103.3 | 122.75 | 147.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 94 | 0 | 0.31 | 0.28 | 0.49 | 355.5 | 0.18 | 0.44 |
| Hex | 83 | 5B | 5E | 0 | 1F | 1C | 31 | 164 | 12 | 2C |
| Octal | 203 | 133 | 136 | 0 | 37 | 34 | 61 | 544 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1011110 | 0 | 11111 | 11100 | 110001 | 101100100 | 10010 | 101100 |
Color Harmonies of #835B5E
Complementary color
Monochromatic Colors of #835B5E
Black with #835B5E
Text Example
Text Example
White with #835B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B5E; }
p { color: rgb(131,91,94); }
H1.HeaderClassName
{
color: #835B5E;
}
.AnyTagClassName
{
color: #835B5E;
}
</style>
background-color css
<style>
a { background-color: #835B5E; }
a { background-color: rgb(131,91,94); }
div.DivClassName
{
background-color: #835B5E;
}
.BgClassName
{
background-color: #835B5E;
}
</style>
border-color css
<style>
span { border-color: #835B5E; }
span { border-color: rgb(131,91,94); }
td.TdClassName
{
border-color: #835B5E;
}
.TagClassName
{
border-color: #835B5E;
}
</style>