#837350

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

Shades of Shadow #837350

Tints of Shadow #837350

Color information

#837350 (or 0x837350) is unknown color: approx Shadow. HEX triplet: 83, 73 and 50. RGB value is (131,115,80). Sum of RGB (Red+Green+Blue) = 131+115+80=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 80 (31.64% from 255 or 24.54% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #837350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837350 is #7C8CAF. Grayscale: #737373. Windows color (decimal): -8162480 or 5272451. OLE color: 5272451.

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

Color convert

RGB13111580-
CMYK00.120.390.49
HSL41.18º24.17%41.37%-
HSV(B)41.18º38.93%51.37%-
XYZ16.9417.6710.11-
YUV115.79107.8138.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 80 (31.64% from 255) = 24.54%
R=40.18%
G=35.28%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311158000.120.390.4941.1824.1741.37
Hex8373500C2731291829
Octal2031631200144761513051
Binary10000011111001110100000110010011111000110100111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837350; }

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

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

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

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

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

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

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

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