#837364

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

Shades of Sand Dune #837364

Tints of Sand Dune #837364

Color information

#837364 (or 0x837364) is unknown color: approx Sand Dune. HEX triplet: 83, 73 and 64. RGB value is (131,115,100). Sum of RGB (Red+Green+Blue) = 131+115+100=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #837364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837364 is #7C8C9B. Grayscale: #767676. Windows color (decimal): -8162460 or 6583171. OLE color: 6583171.

HSL color Cylindrical-coordinate representation of color #837364: hue angle of 29.03º 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 #837364 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB131115100-
CMYK00.120.240.49
HSL29.03º13.42%45.29%-
HSV(B)29.03º23.66%51.37%-
XYZ17.7918.0114.59-
YUV118.07117.8137.22-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 115 (45.31% from 255) = 33.24%
BLUE value IS 100 (39.45% from 255) = 28.90%
R=37.86%
G=33.24%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13111510000.120.240.4929.0313.4245.29
Hex8373640C18311dd2d
Octal2031631440143061351555
Binary10000011111001111001000110011000110001111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837364; }

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

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

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

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

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

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

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

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