#837053

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

Shades of Shadow #837053

Tints of Shadow #837053

Color information

#837053 (or 0x837053) is unknown color: approx Shadow. HEX triplet: 83, 70 and 53. RGB value is (131,112,83). Sum of RGB (Red+Green+Blue) = 131+112+83=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 83 (32.81% from 255 or 25.46% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #837053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #837053 is #7C8FAC. Grayscale: #727272. Windows color (decimal): -8163245 or 5468291. OLE color: 5468291.

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

Color convert

RGB13111283-
CMYK00.150.370.49
HSL36.25º22.43%41.96%-
HSV(B)36.25º36.64%51.37%-
XYZ16.7217.0410.59-
YUV114.38110.29139.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 83 (32.81% from 255) = 25.46%
R=40.18%
G=34.36%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311128300.150.370.4936.2522.4341.96
Hex8370530F253124162a
Octal2031601230174561442652
Binary10000011111000010100110111110010111000110010010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #837053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #837053; }

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

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

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

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

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

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

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

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