#857167

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

Shades of Sand Dune #857167

Tints of Sand Dune #857167

Color information

#857167 (or 0x857167) is unknown color: approx Sand Dune. HEX triplet: 85, 71 and 67. RGB value is (133,113,103). Sum of RGB (Red+Green+Blue) = 133+113+103=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 113 (44.53% from 255 or 32.38% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 133 - color contains mainly: red. Hex color #857167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #857167 is #7A8E98. Grayscale: #757575. Windows color (decimal): -8031897 or 6779269. OLE color: 6779269.

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

Color convert

RGB133113103-
CMYK00.150.230.48
HSL20º12.71%46.27%-
HSV(B)20º22.56%52.16%-
XYZ18.0317.7815.31-
YUV117.84119.63138.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 113 (44.53% from 255) = 32.38%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=38.11%
G=32.38%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13311310300.150.230.482012.7146.27
Hex8571670F173014d2e
Octal2051611470172760241556
Binary10000101111000111001110111110111110000101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #857167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #857167; }

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

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

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

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

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

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

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

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