Shades of Falcon #835B5D
Tints of Falcon #835B5D
RGB
CMYK
RGB Variations
Color information
#835B5D (or 0x835B5D) is known color: Falcon. HEX triplet: 83, 5B and 5D. RGB value is (131,91,93). Sum of RGB (Red+Green+Blue) = 131+91+93=315 (41% of max value = 765). Red value is 131 (51.56% from 255 or 41.59% from 315); Green value is 91 (35.94% from 255 or 28.89% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 131 - color contains mainly: red. Hex color #835B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835B5D is #7CA4A2. Grayscale: #676767. Windows color (decimal): -8168611 or 6118275. OLE color: 6118275.
HSL color Cylindrical-coordinate representation of color #835B5D: hue angle of 357º 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 #835B5D is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 91 | 93 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.49 |
| HSL | 357º | 0.18% | 0.44% | - |
| HSV(B) | 357º | 0.31% | 0.51% | - |
| XYZ | 15.08 | 13.1 | 12.09 | - |
| YUV | 103.19 | 122.25 | 147.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 91 | 93 | 0 | 0.31 | 0.29 | 0.49 | 357 | 0.18 | 0.44 |
| Hex | 83 | 5B | 5D | 0 | 1F | 1D | 31 | 165 | 12 | 2C |
| Octal | 203 | 133 | 135 | 0 | 37 | 35 | 61 | 545 | 22 | 54 |
| Binary | 10000011 | 1011011 | 1011101 | 0 | 11111 | 11101 | 110001 | 101100101 | 10010 | 101100 |
Color Harmonies of #835B5D
Complementary color
Monochromatic Colors of #835B5D
Black with #835B5D
Text Example
Text Example
White with #835B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835B5D; }
p { color: rgb(131,91,93); }
H1.HeaderClassName
{
color: #835B5D;
}
.AnyTagClassName
{
color: #835B5D;
}
</style>
background-color css
<style>
a { background-color: #835B5D; }
a { background-color: rgb(131,91,93); }
div.DivClassName
{
background-color: #835B5D;
}
.BgClassName
{
background-color: #835B5D;
}
</style>
border-color css
<style>
span { border-color: #835B5D; }
span { border-color: rgb(131,91,93); }
td.TdClassName
{
border-color: #835B5D;
}
.TagClassName
{
border-color: #835B5D;
}
</style>