Shades of Falcon #825B5F
Tints of Falcon #825B5F
RGB
CMYK
RGB Variations
Color information
#825B5F (or 0x825B5F) is known color: Falcon. HEX triplet: 82, 5B and 5F. RGB value is (130,91,95). Sum of RGB (Red+Green+Blue) = 130+91+95=316 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.14% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 95 (37.5% from 255 or 30.06% from 316); Max value from RGB is 130 - color contains mainly: red. Hex color #825B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B5F is #7DA4A0. Grayscale: #676767. Windows color (decimal): -8234145 or 6249346. OLE color: 6249346.
HSL color Cylindrical-coordinate representation of color #825B5F: hue angle of 353.85º degrees, saturation: 0.18, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #825B5F is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 95 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.49 |
| HSL | 353.85º | 0.18% | 0.43% | - |
| HSV(B) | 353.85º | 0.3% | 0.51% | - |
| XYZ | 15.01 | 13.05 | 12.55 | - |
| YUV | 103.12 | 123.42 | 147.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 95 | 0 | 0.30 | 0.27 | 0.49 | 353.85 | 0.18 | 0.43 |
| Hex | 82 | 5B | 5F | 0 | 1E | 1B | 31 | 162 | 12 | 2B |
| Octal | 202 | 133 | 137 | 0 | 36 | 33 | 61 | 542 | 22 | 53 |
| Binary | 10000010 | 1011011 | 1011111 | 0 | 11110 | 11011 | 110001 | 101100010 | 10010 | 101011 |
Color Harmonies of #825B5F
Complementary color
Monochromatic Colors of #825B5F
Black with #825B5F
Text Example
Text Example
White with #825B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B5F; }
p { color: rgb(130,91,95); }
H1.HeaderClassName
{
color: #825B5F;
}
.AnyTagClassName
{
color: #825B5F;
}
</style>
background-color css
<style>
a { background-color: #825B5F; }
a { background-color: rgb(130,91,95); }
div.DivClassName
{
background-color: #825B5F;
}
.BgClassName
{
background-color: #825B5F;
}
</style>
border-color css
<style>
span { border-color: #825B5F; }
span { border-color: rgb(130,91,95); }
td.TdClassName
{
border-color: #825B5F;
}
.TagClassName
{
border-color: #825B5F;
}
</style>