#857360

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

Shades of Sand Dune #857360

Tints of Sand Dune #857360

Color information

#857360 (or 0x857360) is unknown color: approx Sand Dune. HEX triplet: 85, 73 and 60. RGB value is (133,115,96). Sum of RGB (Red+Green+Blue) = 133+115+96=344 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.66% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 133 - color contains mainly: red. Hex color #857360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857360 is #7A8C9F. Grayscale: #767676. Windows color (decimal): -8031392 or 6321029. OLE color: 6321029.

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

Color convert

RGB13311596-
CMYK00.140.280.48
HSL30.81º16.16%44.9%-
HSV(B)30.81º27.82%52.16%-
XYZ17.9118.0913.61-
YUV118.22115.46138.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.66%
GREEN value IS 115 (45.31% from 255) = 33.43%
BLUE value IS 96 (37.89% from 255) = 27.91%
R=38.66%
G=33.43%
B=27.91%

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
Decimal1331159600.140.280.4830.8116.1644.9
Hex8573600E1C301f102d
Octal2051631400163460372055
Binary100001011110011110000001110111001100001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857360; }

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

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

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

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

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

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

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

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