#857165

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

Shades of Sand Dune #857165

Tints of Sand Dune #857165

Color information

#857165 (or 0x857165) is unknown color: approx Sand Dune. HEX triplet: 85, 71 and 65. RGB value is (133,113,101). Sum of RGB (Red+Green+Blue) = 133+113+101=347 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.33% from 347); Green value is 113 (44.53% from 255 or 32.56% from 347); Blue value is 101 (39.84% from 255 or 29.11% from 347); Max value from RGB is 133 - color contains mainly: red. Hex color #857165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857165 is #7A8E9A. Grayscale: #757575. Windows color (decimal): -8031899 or 6648197. OLE color: 6648197.

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

Color convert

RGB133113101-
CMYK00.150.240.48
HSL22.5º13.68%45.88%-
HSV(B)22.5º24.06%52.16%-
XYZ17.9317.7414.79-
YUV117.61118.63138.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.33%
GREEN value IS 113 (44.53% from 255) = 32.56%
BLUE value IS 101 (39.84% from 255) = 29.11%
R=38.33%
G=32.56%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311310100.150.240.4822.513.6845.88
Hex8571650F183016e2e
Octal2051611450173060261656
Binary10000101111000111001010111111000110000101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857165; }

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

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

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

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

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

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

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

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