#827464

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

Shades of Sand Dune #827464

Tints of Sand Dune #827464

Color information

#827464 (or 0x827464) is unknown color: approx Sand Dune. HEX triplet: 82, 74 and 64. RGB value is (130,116,100). Sum of RGB (Red+Green+Blue) = 130+116+100=346 (45% of max value = 765). Red value is 130 (51.17% from 255 or 37.57% from 346); Green value is 116 (45.70% from 255 or 33.53% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 130 - color contains mainly: red. Hex color #827464 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827464 is #7D8B9B. Grayscale: #767676. Windows color (decimal): -8227740 or 6583426. OLE color: 6583426.

HSL color Cylindrical-coordinate representation of color #827464: hue angle of 32º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #827464 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.49.

Color convert

RGB130116100-
CMYK00.110.230.49
HSL32º13.04%45.1%-
HSV(B)32º23.08%50.98%-
XYZ17.7518.1614.63-
YUV118.36117.64136.3-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 37.57%
GREEN value IS 116 (45.70% from 255) = 33.53%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=37.57%
G=33.53%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.23
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011610000.110.230.493213.0445.1
Hex8274640B173120d2d
Octal2021641440132761401555
Binary100000101110100110010001011101111100011000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827464; }

 p { color: rgb(130,116,100); }

 H1.HeaderClassName
 {
   color: #827464;
 }
 .AnyTagClassName
 {
   color: #827464;
 }
</style>
background-color css

<style>
 a { background-color: #827464; }

 a { background-color: rgb(130,116,100); }

 div.DivClassName
 {
   background-color: #827464;
 }
 .BgClassName
 {
   background-color: #827464;
 }
</style>
border-color css

<style>
 span { border-color: #827464; }

 span { border-color: rgb(130,116,100); }

 td.TdClassName
 {
   border-color: #827464;
 }
 .TagClassName
 {
   border-color: #827464;
 }
</style>