#827565

Color #827565 Sand Dune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sand Dune #827565

Tints of Sand Dune #827565

Color information

#827565 (or 0x827565) is unknown color: approx 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

RGB130117101-
CMYK00.10.220.49
HSL33.1º12.55%45.29%-
HSV(B)33.1º22.31%50.98%-
XYZ17.9218.4114.92-
YUV119.06117.81135.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 130 (51.17% from 255) = 37.36%
GREEN value IS 117 (46.09% from 255) = 33.62%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=37.36%
G=33.62%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011710100.10.220.4933.112.5545.29
Hex8275650A163121d2d
Octal2021651450122661411555
Binary100000101110101110010101010101101100011000011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>