Shades of Falcon #825B5C
Tints of Falcon #825B5C
RGB
CMYK
RGB Variations
Color information
#825B5C (or 0x825B5C) is known color: Falcon. HEX triplet: 82, 5B and 5C. RGB value is (130,91,92). Sum of RGB (Red+Green+Blue) = 130+91+92=313 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.53% from 313); Green value is 91 (35.94% from 255 or 29.07% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 130 - color contains mainly: red. Hex color #825B5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825B5C is #7DA4A3. Grayscale: #666666. Windows color (decimal): -8234148 or 6052738. OLE color: 6052738.
HSL color Cylindrical-coordinate representation of color #825B5C: hue angle of 358.46º 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 #825B5C is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 91 | 92 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.49 |
| HSL | 358.46º | 0.18% | 0.43% | - |
| HSV(B) | 358.46º | 0.3% | 0.51% | - |
| XYZ | 14.88 | 13 | 11.85 | - |
| YUV | 102.78 | 121.92 | 147.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 92 | 0 | 0.30 | 0.29 | 0.49 | 358.46 | 0.18 | 0.43 |
| Hex | 82 | 5B | 5C | 0 | 1E | 1D | 31 | 166 | 12 | 2B |
| Octal | 202 | 133 | 134 | 0 | 36 | 35 | 61 | 546 | 22 | 53 |
| Binary | 10000010 | 1011011 | 1011100 | 0 | 11110 | 11101 | 110001 | 101100110 | 10010 | 101011 |
Color Harmonies of #825B5C
Complementary color
Monochromatic Colors of #825B5C
Black with #825B5C
Text Example
Text Example
White with #825B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825B5C; }
p { color: rgb(130,91,92); }
H1.HeaderClassName
{
color: #825B5C;
}
.AnyTagClassName
{
color: #825B5C;
}
</style>
background-color css
<style>
a { background-color: #825B5C; }
a { background-color: rgb(130,91,92); }
div.DivClassName
{
background-color: #825B5C;
}
.BgClassName
{
background-color: #825B5C;
}
</style>
border-color css
<style>
span { border-color: #825B5C; }
span { border-color: rgb(130,91,92); }
td.TdClassName
{
border-color: #825B5C;
}
.TagClassName
{
border-color: #825B5C;
}
</style>