#84744F

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

Shades of Shadow #84744F

Tints of Shadow #84744F

Color information

#84744F (or 0x84744F) is unknown color: approx Shadow. HEX triplet: 84, 74 and 4F. RGB value is (132,116,79). Sum of RGB (Red+Green+Blue) = 132+116+79=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 79 (31.25% from 255 or 24.16% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #84744F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84744F is #7B8BB0. Grayscale: #747474. Windows color (decimal): -8096689 or 5207172. OLE color: 5207172.

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

Color convert

RGB13211679-
CMYK00.120.400.48
HSL41.89º25.12%41.37%-
HSV(B)41.89º40.15%51.76%-
XYZ17.1717.969.96-
YUV116.57106.8139.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 79 (31.25% from 255) = 24.16%
R=40.37%
G=35.47%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321167900.120.400.4841.8925.1241.37
Hex84744F0C28302a1929
Octal2041641170145060523151
Binary10000100111010010011110110010100011000010101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84744F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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