#857362

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

Shades of Sand Dune #857362

Tints of Sand Dune #857362

Color information

#857362 (or 0x857362) is unknown color: approx Sand Dune. HEX triplet: 85, 73 and 62. RGB value is (133,115,98). Sum of RGB (Red+Green+Blue) = 133+115+98=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 98 (38.67% from 255 or 28.32% from 346); Max value from RGB is 133 - color contains mainly: red. Hex color #857362 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857362 is #7A8C9D. Grayscale: #767676. Windows color (decimal): -8031390 or 6452101. OLE color: 6452101.

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

Color convert

RGB13311598-
CMYK00.140.260.48
HSL29.14º15.15%45.29%-
HSV(B)29.14º26.32%52.16%-
XYZ18.0118.1314.11-
YUV118.44116.46138.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 98 (38.67% from 255) = 28.32%
R=38.44%
G=33.24%
B=28.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.26
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331159800.140.260.4829.1415.1545.29
Hex8573620E1A301df2d
Octal2051631420163260351755
Binary10000101111001111000100111011010110000111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857362; }

 p { color: rgb(133,115,98); }

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

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

 a { background-color: rgb(133,115,98); }

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

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

 span { border-color: rgb(133,115,98); }

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