#84754C

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

Shades of Shadow #84754C

Tints of Shadow #84754C

Color information

#84754C (or 0x84754C) is unknown color: approx Shadow. HEX triplet: 84, 75 and 4C. RGB value is (132,117,76). Sum of RGB (Red+Green+Blue) = 132+117+76=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 76 (30.08% from 255 or 23.38% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84754C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84754C is #7B8AB3. Grayscale: #747474. Windows color (decimal): -8096436 or 5010820. OLE color: 5010820.

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

Color convert

RGB13211776-
CMYK00.110.420.48
HSL43.93º26.92%40.78%-
HSV(B)43.93º42.42%51.76%-
XYZ17.1818.159.44-
YUV116.81104.97138.83-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 117 (46.09% from 255) = 36%
BLUE value IS 76 (30.08% from 255) = 23.38%
R=40.62%
G=36%
B=23.38%

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
Decimal1321177600.110.420.4843.9326.9240.78
Hex84754C0B2A302c1b29
Octal2041651140135260543351
Binary10000100111010110011000101110101011000010110011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84754C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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