Shades of Falcon #825D5E
Tints of Falcon #825D5E
RGB
CMYK
RGB Variations
Color information
#825D5E (or 0x825D5E) is known color: Falcon. HEX triplet: 82, 5D and 5E. RGB value is (130,93,94). Sum of RGB (Red+Green+Blue) = 130+93+94=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 93 (36.72% from 255 or 29.34% from 317); Blue value is 94 (37.11% from 255 or 29.65% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825D5E is #7DA2A1. Grayscale: #686868. Windows color (decimal): -8233634 or 6184322. OLE color: 6184322.
HSL color Cylindrical-coordinate representation of color #825D5E: hue angle of 358.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #825D5E is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
RGB | 130 | 93 | 94 | - |
CMYK | 0 | 0.28 | 0.28 | 0.49 |
HSL | 358.38º | 0.17% | 0.44% | - |
HSV(B) | 358.38º | 0.28% | 0.51% | - |
XYZ | 15.14 | 13.38 | 12.37 | - |
YUV | 104.18 | 122.26 | 146.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 130 | 93 | 94 | 0 | 0.28 | 0.28 | 0.49 | 358.38 | 0.17 | 0.44 |
Hex | 82 | 5D | 5E | 0 | 1C | 1C | 31 | 166 | 11 | 2C |
Octal | 202 | 135 | 136 | 0 | 34 | 34 | 61 | 546 | 21 | 54 |
Binary | 10000010 | 1011101 | 1011110 | 0 | 11100 | 11100 | 110001 | 101100110 | 10001 | 101100 |
Color Harmonies of #825D5E
Complementary color
Monochromatic Colors of #825D5E
Black with #825D5E
Text Example
Text Example
White with #825D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825D5E; }
p { color: rgb(130,93,94); }
H1.HeaderClassName
{
color: #825D5E;
}
.AnyTagClassName
{
color: #825D5E;
}
</style>
background-color css
<style>
a { background-color: #825D5E; }
a { background-color: rgb(130,93,94); }
div.DivClassName
{
background-color: #825D5E;
}
.BgClassName
{
background-color: #825D5E;
}
</style>
border-color css
<style>
span { border-color: #825D5E; }
span { border-color: rgb(130,93,94); }
td.TdClassName
{
border-color: #825D5E;
}
.TagClassName
{
border-color: #825D5E;
}
</style>