Shades of Falcon #835C5F
Tints of Falcon #835C5F
RGB
CMYK
RGB Variations
Color information
#835C5F (or 0x835C5F) is known color: Falcon. HEX triplet: 83, 5C and 5F. RGB value is (131,92,95). Sum of RGB (Red+Green+Blue) = 131+92+95=318 (42% of max value = 765). Red value is 131 (51.56% from 255 or 41.19% from 318); Green value is 92 (36.33% from 255 or 28.93% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 131 - color contains mainly: red. Hex color #835C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #835C5F is #7CA3A0. Grayscale: #686868. Windows color (decimal): -8168353 or 6249603. OLE color: 6249603.
HSL color Cylindrical-coordinate representation of color #835C5F: hue angle of 355.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #835C5F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 92 | 95 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.49 |
| HSL | 355.38º | 0.17% | 0.44% | - |
| HSV(B) | 355.38º | 0.3% | 0.51% | - |
| XYZ | 15.25 | 13.31 | 12.59 | - |
| YUV | 104 | 122.92 | 147.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 92 | 95 | 0 | 0.30 | 0.27 | 0.49 | 355.38 | 0.17 | 0.44 |
| Hex | 83 | 5C | 5F | 0 | 1E | 1B | 31 | 163 | 11 | 2C |
| Octal | 203 | 134 | 137 | 0 | 36 | 33 | 61 | 543 | 21 | 54 |
| Binary | 10000011 | 1011100 | 1011111 | 0 | 11110 | 11011 | 110001 | 101100011 | 10001 | 101100 |
Color Harmonies of #835C5F
Complementary color
Monochromatic Colors of #835C5F
Black with #835C5F
Text Example
Text Example
White with #835C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #835C5F; }
p { color: rgb(131,92,95); }
H1.HeaderClassName
{
color: #835C5F;
}
.AnyTagClassName
{
color: #835C5F;
}
</style>
background-color css
<style>
a { background-color: #835C5F; }
a { background-color: rgb(131,92,95); }
div.DivClassName
{
background-color: #835C5F;
}
.BgClassName
{
background-color: #835C5F;
}
</style>
border-color css
<style>
span { border-color: #835C5F; }
span { border-color: rgb(131,92,95); }
td.TdClassName
{
border-color: #835C5F;
}
.TagClassName
{
border-color: #835C5F;
}
</style>