#837164

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

Shades of Sand Dune #837164

Tints of Sand Dune #837164

Color information

#837164 (or 0x837164) is unknown color: approx Sand Dune. HEX triplet: 83, 71 and 64. RGB value is (131,113,100). Sum of RGB (Red+Green+Blue) = 131+113+100=344 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.08% from 344); Green value is 113 (44.53% from 255 or 32.85% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 131 - color contains mainly: red. Hex color #837164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837164 is #7C8E9B. Grayscale: #747474. Windows color (decimal): -8162972 or 6582659. OLE color: 6582659.

HSL color Cylindrical-coordinate representation of color #837164: hue angle of 25.16º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #837164 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB131113100-
CMYK00.140.240.49
HSL25.16º13.42%45.29%-
HSV(B)25.16º23.66%51.37%-
XYZ17.5717.5614.52-
YUV116.9118.46138.06-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.08%
GREEN value IS 113 (44.53% from 255) = 32.85%
BLUE value IS 100 (39.45% from 255) = 29.07%
R=38.08%
G=32.85%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111310000.140.240.4925.1613.4245.29
Hex8371640E183119d2d
Octal2031611440163061311555
Binary10000011111000111001000111011000110001110011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837164; }

 p { color: rgb(131,113,100); }

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

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

 a { background-color: rgb(131,113,100); }

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

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

 span { border-color: rgb(131,113,100); }

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