#83744F

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

Shades of Shadow #83744F

Tints of Shadow #83744F

Color information

#83744F (or 0x83744F) is unknown color: approx Shadow. HEX triplet: 83, 74 and 4F. RGB value is (131,116,79). Sum of RGB (Red+Green+Blue) = 131+116+79=326 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.18% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 131 - color contains mainly: red. Hex color #83744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83744F is #7C8BB0. Grayscale: #747474. Windows color (decimal): -8162225 or 5207171. OLE color: 5207171.

HSL color Cylindrical-coordinate representation of color #83744F: hue angle of 42.69º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #83744F is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB13111679-
CMYK00.110.400.49
HSL42.69º24.76%41.18%-
HSV(B)42.69º39.69%51.37%-
XYZ17.0217.889.95-
YUV116.27106.97138.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.18%
GREEN value IS 116 (45.70% from 255) = 35.58%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=40.18%
G=35.58%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311167900.110.400.4942.6924.7641.18
Hex83744F0B28312b1929
Octal2031641170135061533151
Binary10000011111010010011110101110100011000110101111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83744F; }

 p { color: rgb(131,116,79); }

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

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

 a { background-color: rgb(131,116,79); }

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

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

 span { border-color: rgb(131,116,79); }

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