Shades of Arrowtown #827865
Tints of Arrowtown #827865
RGB
CMYK
RGB Variations
Color information
#827865 (or 0x827865) is known color: Arrowtown. HEX triplet: 82, 78 and 65. RGB value is (130,120,101). Sum of RGB (Red+Green+Blue) = 130+120+101=351 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.04% from 351); Green value is 120 (47.27% from 255 or 34.19% from 351); Blue value is 101 (39.84% from 255 or 28.77% from 351); Max value from RGB is 130 - color contains mainly: red. Hex color #827865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827865 is #7D879A. Grayscale: #787878. Windows color (decimal): -8226715 or 6649986. OLE color: 6649986.
HSL color Cylindrical-coordinate representation of color #827865: hue angle of 39.31º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #827865 is Cyan = 0, Magento = 0.08, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 120 | 101 | - |
| CMYK | 0 | 0.08 | 0.22 | 0.49 |
| HSL | 39.31º | 0.13% | 0.45% | - |
| HSV(B) | 39.31º | 0.22% | 0.51% | - |
| XYZ | 18.27 | 19.12 | 15.04 | - |
| YUV | 120.82 | 116.81 | 134.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 120 | 101 | 0 | 0.08 | 0.22 | 0.49 | 39.31 | 0.13 | 0.45 |
| Hex | 82 | 78 | 65 | 0 | 8 | 16 | 31 | 27 | D | 2D |
| Octal | 202 | 170 | 145 | 0 | 10 | 26 | 61 | 47 | 15 | 55 |
| Binary | 10000010 | 1111000 | 1100101 | 0 | 1000 | 10110 | 110001 | 100111 | 1101 | 101101 |
Color Harmonies of #827865
Complementary color
Monochromatic Colors of #827865
Black with #827865
Text Example
Text Example
White with #827865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827865; }
p { color: rgb(130,120,101); }
H1.HeaderClassName
{
color: #827865;
}
.AnyTagClassName
{
color: #827865;
}
</style>
background-color css
<style>
a { background-color: #827865; }
a { background-color: rgb(130,120,101); }
div.DivClassName
{
background-color: #827865;
}
.BgClassName
{
background-color: #827865;
}
</style>
border-color css
<style>
span { border-color: #827865; }
span { border-color: rgb(130,120,101); }
td.TdClassName
{
border-color: #827865;
}
.TagClassName
{
border-color: #827865;
}
</style>