#837150

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

Shades of Shadow #837150

Tints of Shadow #837150

Color information

#837150 (or 0x837150) is unknown color: approx Shadow. HEX triplet: 83, 71 and 50. RGB value is (131,113,80). Sum of RGB (Red+Green+Blue) = 131+113+80=324 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.43% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 80 (31.64% from 255 or 24.69% from 324); Max value from RGB is 131 - color contains mainly: red. Hex color #837150 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837150 is #7C8EAF. Grayscale: #727272. Windows color (decimal): -8162992 or 5271939. OLE color: 5271939.

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

Color convert

RGB13111380-
CMYK00.140.390.49
HSL38.82º24.17%41.37%-
HSV(B)38.82º38.93%51.37%-
XYZ16.7117.2110.03-
YUV114.62108.46139.68-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.43%
GREEN value IS 113 (44.53% from 255) = 34.88%
BLUE value IS 80 (31.64% from 255) = 24.69%
R=40.43%
G=34.88%
B=24.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311138000.140.390.4938.8224.1741.37
Hex8371500E2731271829
Octal2031611200164761473051
Binary10000011111000110100000111010011111000110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837150; }

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

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

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

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

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

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

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

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