Shades of Falcon #825F62
Tints of Falcon #825F62
RGB
CMYK
RGB Variations
Color information
#825F62 (or 0x825F62) is known color: Falcon. HEX triplet: 82, 5F and 62. RGB value is (130,95,98). Sum of RGB (Red+Green+Blue) = 130+95+98=323 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.25% from 323); Green value is 95 (37.5% from 255 or 29.41% from 323); Blue value is 98 (38.67% from 255 or 30.34% from 323); Max value from RGB is 130 - color contains mainly: red. Hex color #825F62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F62 is #7DA09D. Grayscale: #696969. Windows color (decimal): -8233118 or 6446978. OLE color: 6446978.
HSL color Cylindrical-coordinate representation of color #825F62: hue angle of 354.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #825F62 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 98 | - |
| CMYK | 0 | 0.27 | 0.25 | 0.49 |
| HSL | 354.86º | 0.16% | 0.44% | - |
| HSV(B) | 354.86º | 0.27% | 0.51% | - |
| XYZ | 15.5 | 13.81 | 13.4 | - |
| YUV | 105.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 98 | 0 | 0.27 | 0.25 | 0.49 | 354.86 | 0.16 | 0.44 |
| Hex | 82 | 5F | 62 | 0 | 1B | 19 | 31 | 163 | 10 | 2C |
| Octal | 202 | 137 | 142 | 0 | 33 | 31 | 61 | 543 | 20 | 54 |
| Binary | 10000010 | 1011111 | 1100010 | 0 | 11011 | 11001 | 110001 | 101100011 | 10000 | 101100 |
Color Harmonies of #825F62
Complementary color
Monochromatic Colors of #825F62
Black with #825F62
Text Example
Text Example
White with #825F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F62; }
p { color: rgb(130,95,98); }
H1.HeaderClassName
{
color: #825F62;
}
.AnyTagClassName
{
color: #825F62;
}
</style>
background-color css
<style>
a { background-color: #825F62; }
a { background-color: rgb(130,95,98); }
div.DivClassName
{
background-color: #825F62;
}
.BgClassName
{
background-color: #825F62;
}
</style>
border-color css
<style>
span { border-color: #825F62; }
span { border-color: rgb(130,95,98); }
td.TdClassName
{
border-color: #825F62;
}
.TagClassName
{
border-color: #825F62;
}
</style>