#84754D

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

Shades of Shadow #84754D

Tints of Shadow #84754D

Color information

#84754D (or 0x84754D) is unknown color: approx Shadow. HEX triplet: 84, 75 and 4D. RGB value is (132,117,77). Sum of RGB (Red+Green+Blue) = 132+117+77=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 117 (46.09% from 255 or 35.89% from 326); Blue value is 77 (30.47% from 255 or 23.62% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84754D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84754D is #7B8AB2. Grayscale: #757575. Windows color (decimal): -8096435 or 5076356. OLE color: 5076356.

HSL color Cylindrical-coordinate representation of color #84754D: hue angle of 43.64º degrees, saturation: 0.26, 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 #84754D is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB13211777-
CMYK00.110.420.48
HSL43.64º26.32%40.98%-
HSV(B)43.64º41.67%51.76%-
XYZ17.2218.169.62-
YUV116.92105.47138.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 117 (46.09% from 255) = 35.89%
BLUE value IS 77 (30.47% from 255) = 23.62%
R=40.49%
G=35.89%
B=23.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321177700.110.420.4843.6426.3240.98
Hex84754D0B2A302c1a29
Octal2041651150135260543251
Binary10000100111010110011010101110101011000010110011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84754D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84754D; }

 p { color: rgb(132,117,77); }

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

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

 a { background-color: rgb(132,117,77); }

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

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

 span { border-color: rgb(132,117,77); }

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