#84704C

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

Shades of Shadow #84704C

Tints of Shadow #84704C

Color information

#84704C (or 0x84704C) is unknown color: approx Shadow. HEX triplet: 84, 70 and 4C. RGB value is (132,112,76). Sum of RGB (Red+Green+Blue) = 132+112+76=320 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.25% from 320); Green value is 112 (44.14% from 255 or 35% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 132 - color contains mainly: red. Hex color #84704C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84704C is #7B8FB3. Grayscale: #727272. Windows color (decimal): -8097716 or 5009540. OLE color: 5009540.

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

Color convert

RGB13211276-
CMYK00.150.420.48
HSL38.57º26.92%40.78%-
HSV(B)38.57º42.42%51.76%-
XYZ16.6117.029.25-
YUV113.88106.63140.93-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.25%
GREEN value IS 112 (44.14% from 255) = 35%
BLUE value IS 76 (30.08% from 255) = 23.75%
R=41.25%
G=35%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321127600.150.420.4838.5726.9240.78
Hex84704C0F2A30271b29
Octal2041601140175260473351
Binary10000100111000010011000111110101011000010011111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84704C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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