#837054

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

Shades of Shadow #837054

Tints of Shadow #837054

Color information

#837054 (or 0x837054) is unknown color: approx Shadow. HEX triplet: 83, 70 and 54. RGB value is (131,112,84). Sum of RGB (Red+Green+Blue) = 131+112+84=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 84 (33.20% from 255 or 25.69% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #837054 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837054 is #7C8FAB. Grayscale: #727272. Windows color (decimal): -8163244 or 5533827. OLE color: 5533827.

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

Color convert

RGB13111284-
CMYK00.150.360.49
HSL35.74º21.86%42.16%-
HSV(B)35.74º35.88%51.37%-
XYZ16.7517.0510.8-
YUV114.49110.79139.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.06%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 84 (33.20% from 255) = 25.69%
R=40.06%
G=34.25%
B=25.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311128400.150.360.4935.7421.8642.16
Hex8370540F243124162a
Octal2031601240174461442652
Binary10000011111000010101000111110010011000110010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837054; }

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

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

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

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

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

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

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

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