Shades of Sand Dune #827565
Tints of Sand Dune #827565
RGB
CMYK
RGB Variations
Color information
#827565 (or 0x827565) is known color: Sand Dune. HEX triplet: 82, 75 and 65. RGB value is (130,117,101). Sum of RGB (Red+Green+Blue) = 130+117+101=348 (46% of max value = 765). Red value is 130 (51.17% from 255 or 37.36% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 130 - color contains mainly: red. Hex color #827565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827565 is #7D8A9A. Grayscale: #777777. Windows color (decimal): -8227483 or 6649218. OLE color: 6649218.
HSL color Cylindrical-coordinate representation of color #827565: hue angle of 33.1º 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 #827565 is Cyan = 0, Magento = 0.1, Yellow = 0.22 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 117 | 101 | - |
| CMYK | 0 | 0.1 | 0.22 | 0.49 |
| HSL | 33.1º | 0.13% | 0.45% | - |
| HSV(B) | 33.1º | 0.22% | 0.51% | - |
| XYZ | 17.92 | 18.41 | 14.92 | - |
| YUV | 119.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 117 | 101 | 0 | 0.1 | 0.22 | 0.49 | 33.1 | 0.13 | 0.45 |
| Hex | 82 | 75 | 65 | 0 | A | 16 | 31 | 21 | D | 2D |
| Octal | 202 | 165 | 145 | 0 | 12 | 26 | 61 | 41 | 15 | 55 |
| Binary | 10000010 | 1110101 | 1100101 | 0 | 1010 | 10110 | 110001 | 100001 | 1101 | 101101 |
Color Harmonies of #827565
Complementary color
Monochromatic Colors of #827565
Black with #827565
Text Example
Text Example
White with #827565
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827565; }
p { color: rgb(130,117,101); }
H1.HeaderClassName
{
color: #827565;
}
.AnyTagClassName
{
color: #827565;
}
</style>
background-color css
<style>
a { background-color: #827565; }
a { background-color: rgb(130,117,101); }
div.DivClassName
{
background-color: #827565;
}
.BgClassName
{
background-color: #827565;
}
</style>
border-color css
<style>
span { border-color: #827565; }
span { border-color: rgb(130,117,101); }
td.TdClassName
{
border-color: #827565;
}
.TagClassName
{
border-color: #827565;
}
</style>