#857164

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

Shades of Sand Dune #857164

Tints of Sand Dune #857164

Color information

#857164 (or 0x857164) is unknown color: approx Sand Dune. HEX triplet: 85, 71 and 64. RGB value is (133,113,100). Sum of RGB (Red+Green+Blue) = 133+113+100=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857164 is #7A8E9B. Grayscale: #757575. Windows color (decimal): -8031900 or 6582661. OLE color: 6582661.

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

Color convert

RGB133113100-
CMYK00.150.250.48
HSL23.64º14.16%45.69%-
HSV(B)23.64º24.81%52.16%-
XYZ17.8817.7214.53-
YUV117.5118.13139.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=38.44%
G=32.66%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311310000.150.250.4823.6414.1645.69
Hex8571640F193018e2e
Octal2051611440173160301656
Binary10000101111000111001000111111001110000110001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857164; }

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

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

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

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

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

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

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

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