Shades of Falcon #825F63
Tints of Falcon #825F63
RGB
CMYK
RGB Variations
Color information
#825F63 (or 0x825F63) is known color: Falcon. HEX triplet: 82, 5F and 63. RGB value is (130,95,99). Sum of RGB (Red+Green+Blue) = 130+95+99=324 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.12% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 130 - color contains mainly: red. Hex color #825F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825F63 is #7DA09C. Grayscale: #696969. Windows color (decimal): -8233117 or 6512514. OLE color: 6512514.
HSL color Cylindrical-coordinate representation of color #825F63: hue angle of 353.14º 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 #825F63 is Cyan = 0, Magento = 0.27, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 95 | 99 | - |
| CMYK | 0 | 0.27 | 0.24 | 0.49 |
| HSL | 353.14º | 0.16% | 0.44% | - |
| HSV(B) | 353.14º | 0.27% | 0.51% | - |
| XYZ | 15.55 | 13.83 | 13.65 | - |
| YUV | 105.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 99 | 0 | 0.27 | 0.24 | 0.49 | 353.14 | 0.16 | 0.44 |
| Hex | 82 | 5F | 63 | 0 | 1B | 18 | 31 | 161 | 10 | 2C |
| Octal | 202 | 137 | 143 | 0 | 33 | 30 | 61 | 541 | 20 | 54 |
| Binary | 10000010 | 1011111 | 1100011 | 0 | 11011 | 11000 | 110001 | 101100001 | 10000 | 101100 |
Color Harmonies of #825F63
Complementary color
Monochromatic Colors of #825F63
Black with #825F63
Text Example
Text Example
White with #825F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825F63; }
p { color: rgb(130,95,99); }
H1.HeaderClassName
{
color: #825F63;
}
.AnyTagClassName
{
color: #825F63;
}
</style>
background-color css
<style>
a { background-color: #825F63; }
a { background-color: rgb(130,95,99); }
div.DivClassName
{
background-color: #825F63;
}
.BgClassName
{
background-color: #825F63;
}
</style>
border-color css
<style>
span { border-color: #825F63; }
span { border-color: rgb(130,95,99); }
td.TdClassName
{
border-color: #825F63;
}
.TagClassName
{
border-color: #825F63;
}
</style>