#857864

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

Shades of Sand Dune #857864

Tints of Sand Dune #857864

Color information

#857864 (or 0x857864) is unknown color: approx Sand Dune. HEX triplet: 85, 78 and 64. RGB value is (133,120,100). Sum of RGB (Red+Green+Blue) = 133+120+100=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 120 (47.27% from 255 or 33.99% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 133 - color contains mainly: red. Hex color #857864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857864 is #7A879B. Grayscale: #797979. Windows color (decimal): -8030108 or 6584453. OLE color: 6584453.

HSL color Cylindrical-coordinate representation of color #857864: hue angle of 36.36º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #857864 is Cyan = 0, Magento = 0.10, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133120100-
CMYK00.100.250.48
HSL36.36º14.16%45.69%-
HSV(B)36.36º24.81%52.16%-
XYZ18.6919.3414.8-
YUV121.61115.81136.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 120 (47.27% from 255) = 33.99%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=37.68%
G=33.99%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312010000.100.250.4836.3614.1645.69
Hex8578640A193024e2e
Octal2051701440123160441656
Binary100001011111000110010001010110011100001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857864; }

 p { color: rgb(133,120,100); }

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

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

 a { background-color: rgb(133,120,100); }

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

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

 span { border-color: rgb(133,120,100); }

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