#837360

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

Shades of Sand Dune #837360

Tints of Sand Dune #837360

Color information

#837360 (or 0x837360) is unknown color: approx Sand Dune. HEX triplet: 83, 73 and 60. RGB value is (131,115,96). Sum of RGB (Red+Green+Blue) = 131+115+96=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 115 (45.31% from 255 or 33.63% from 342); Blue value is 96 (37.89% from 255 or 28.07% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #837360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837360 is #7C8C9F. Grayscale: #757575. Windows color (decimal): -8162464 or 6321027. OLE color: 6321027.

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

Color convert

RGB13111596-
CMYK00.120.270.49
HSL32.57º15.42%44.51%-
HSV(B)32.57º26.72%51.37%-
XYZ17.617.9313.6-
YUV117.62115.8137.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 115 (45.31% from 255) = 33.63%
BLUE value IS 96 (37.89% from 255) = 28.07%
R=38.30%
G=33.63%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311159600.120.270.4932.5715.4244.51
Hex8373600C1B3121f2d
Octal2031631400143361411755
Binary100000111110011110000001100110111100011000011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837360; }

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

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

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

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

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

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

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

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