#857260

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

Shades of Sand Dune #857260

Tints of Sand Dune #857260

Color information

#857260 (or 0x857260) is unknown color: approx Sand Dune. HEX triplet: 85, 72 and 60. RGB value is (133,114,96). Sum of RGB (Red+Green+Blue) = 133+114+96=343 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.78% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 133 - color contains mainly: red. Hex color #857260 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857260 is #7A8D9F. Grayscale: #757575. Windows color (decimal): -8031648 or 6320773. OLE color: 6320773.

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

Color convert

RGB13311496-
CMYK00.140.280.48
HSL29.19º16.16%44.9%-
HSV(B)29.19º27.82%52.16%-
XYZ17.817.8713.58-
YUV117.63115.79138.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.78%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 96 (37.89% from 255) = 27.99%
R=38.78%
G=33.24%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331149600.140.280.4829.1916.1644.9
Hex8572600E1C301d102d
Octal2051621400163460352055
Binary100001011110010110000001110111001100001110110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857260; }

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

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

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

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

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

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

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

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