#84744C

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

Shades of Shadow #84744C

Tints of Shadow #84744C

Color information

#84744C (or 0x84744C) is unknown color: approx Shadow. HEX triplet: 84, 74 and 4C. RGB value is (132,116,76). Sum of RGB (Red+Green+Blue) = 132+116+76=324 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.74% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 76 (30.08% from 255 or 23.46% from 324); Max value from RGB is 132 - color contains mainly: red. Hex color #84744C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84744C is #7B8BB3. Grayscale: #747474. Windows color (decimal): -8096692 or 5010564. OLE color: 5010564.

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

Color convert

RGB13211676-
CMYK00.120.420.48
HSL42.86º26.92%40.78%-
HSV(B)42.86º42.42%51.76%-
XYZ17.0717.929.4-
YUV116.22105.3139.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.74%
GREEN value IS 116 (45.70% from 255) = 35.80%
BLUE value IS 76 (30.08% from 255) = 23.46%
R=40.74%
G=35.80%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321167600.120.420.4842.8626.9240.78
Hex84744C0C2A302b1b29
Octal2041641140145260533351
Binary10000100111010010011000110010101011000010101111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84744C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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