#857262

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

Shades of Sand Dune #857262

Tints of Sand Dune #857262

Color information

#857262 (or 0x857262) is unknown color: approx Sand Dune. HEX triplet: 85, 72 and 62. RGB value is (133,114,98). Sum of RGB (Red+Green+Blue) = 133+114+98=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 114 (44.92% from 255 or 33.04% from 345); Blue value is 98 (38.67% from 255 or 28.41% from 345); Max value from RGB is 133 - color contains mainly: red. Hex color #857262 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857262 is #7A8D9D. Grayscale: #757575. Windows color (decimal): -8031646 or 6451845. OLE color: 6451845.

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

Color convert

RGB13311498-
CMYK00.140.260.48
HSL27.43º15.15%45.29%-
HSV(B)27.43º26.32%52.16%-
XYZ17.8917.914.07-
YUV117.86116.79138.8-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 114 (44.92% from 255) = 33.04%
BLUE value IS 98 (38.67% from 255) = 28.41%
R=38.55%
G=33.04%
B=28.41%

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
Decimal1331149800.140.260.4827.4315.1545.29
Hex8572620E1A301bf2d
Octal2051621420163260331755
Binary10000101111001011000100111011010110000110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857262; }

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

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

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

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

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

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

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

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