#837050

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

Shades of Shadow #837050

Tints of Shadow #837050

Color information

#837050 (or 0x837050) is unknown color: approx Shadow. HEX triplet: 83, 70 and 50. RGB value is (131,112,80). Sum of RGB (Red+Green+Blue) = 131+112+80=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 80 (31.64% from 255 or 24.77% from 323); Max value from RGB is 131 - color contains mainly: red. Hex color #837050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837050 is #7C8FAF. Grayscale: #727272. Windows color (decimal): -8163248 or 5271683. OLE color: 5271683.

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

Color convert

RGB13111280-
CMYK00.150.390.49
HSL37.65º24.17%41.37%-
HSV(B)37.65º38.93%51.37%-
XYZ16.616.999.99-
YUV114.03108.79140.1-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.56%
GREEN value IS 112 (44.14% from 255) = 34.67%
BLUE value IS 80 (31.64% from 255) = 24.77%
R=40.56%
G=34.67%
B=24.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.39
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311128000.150.390.4937.6524.1741.37
Hex8370500F2731261829
Octal2031601200174761463051
Binary10000011111000010100000111110011111000110011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837050; }

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

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

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

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

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

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

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

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