#857564

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

Shades of Sand Dune #857564

Tints of Sand Dune #857564

Color information

#857564 (or 0x857564) is unknown color: approx Sand Dune. HEX triplet: 85, 75 and 64. RGB value is (133,117,100). Sum of RGB (Red+Green+Blue) = 133+117+100=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 117 (46.09% from 255 or 33.43% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 133 - color contains mainly: red. Hex color #857564 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857564 is #7A8A9B. Grayscale: #777777. Windows color (decimal): -8030876 or 6583685. OLE color: 6583685.

HSL color Cylindrical-coordinate representation of color #857564: hue angle of 30.91º 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 #857564 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB133117100-
CMYK00.120.250.48
HSL30.91º14.16%45.69%-
HSV(B)30.91º24.81%52.16%-
XYZ18.3318.6314.69-
YUV119.85116.8137.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38%
GREEN value IS 117 (46.09% from 255) = 33.43%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=38%
G=33.43%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311710000.120.250.4830.9114.1645.69
Hex8575640C19301fe2e
Octal2051651440143160371656
Binary10000101111010111001000110011001110000111111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857564; }

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

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

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

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

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

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

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

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