#84734E

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

Shades of Shadow #84734E

Tints of Shadow #84734E

Color information

#84734E (or 0x84734E) is unknown color: approx Shadow. HEX triplet: 84, 73 and 4E. RGB value is (132,115,78). Sum of RGB (Red+Green+Blue) = 132+115+78=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84734E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84734E is #7B8CB1. Grayscale: #747474. Windows color (decimal): -8096946 or 5141380. OLE color: 5141380.

HSL color Cylindrical-coordinate representation of color #84734E: hue angle of 41.11º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84734E is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13211578-
CMYK00.130.410.48
HSL41.11º25.71%41.18%-
HSV(B)41.11º40.91%51.76%-
XYZ17.0217.729.73-
YUV115.86106.63139.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 115 (45.31% from 255) = 35.38%
BLUE value IS 78 (30.86% from 255) = 24%
R=40.62%
G=35.38%
B=24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321157800.130.410.4841.1125.7141.18
Hex84734E0D2930291a29
Octal2041631160155160513251
Binary10000100111001110011100110110100111000010100111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84734E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84734E; }

 p { color: rgb(132,115,78); }

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

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

 a { background-color: rgb(132,115,78); }

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

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

 span { border-color: rgb(132,115,78); }

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