#857865

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

Shades of Sand Dune #857865

Tints of Sand Dune #857865

Color information

#857865 (or 0x857865) is unknown color: approx Sand Dune. HEX triplet: 85, 78 and 65. RGB value is (133,120,101). Sum of RGB (Red+Green+Blue) = 133+120+101=354 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.57% from 354); Green value is 120 (47.27% from 255 or 33.90% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 133 - color contains mainly: red. Hex color #857865 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857865 is #7A879A. Grayscale: #797979. Windows color (decimal): -8030107 or 6649989. OLE color: 6649989.

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

Color convert

RGB133120101-
CMYK00.100.240.48
HSL35.62º13.68%45.88%-
HSV(B)35.62º24.06%52.16%-
XYZ18.7419.3615.06-
YUV121.72116.31136.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.57%
GREEN value IS 120 (47.27% from 255) = 33.90%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=37.57%
G=33.90%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13312010100.100.240.4835.6213.6845.88
Hex8578650A183024e2e
Octal2051701450123060441656
Binary100001011111000110010101010110001100001001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857865; }

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

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

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

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

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

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

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

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