#84704B

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

Shades of Shadow #84704B

Tints of Shadow #84704B

Color information

#84704B (or 0x84704B) is unknown color: approx Shadow. HEX triplet: 84, 70 and 4B. RGB value is (132,112,75). Sum of RGB (Red+Green+Blue) = 132+112+75=319 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.38% from 319); Green value is 112 (44.14% from 255 or 35.11% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 132 - color contains mainly: red. Hex color #84704B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84704B is #7B8FB4. Grayscale: #717171. Windows color (decimal): -8097717 or 4944004. OLE color: 4944004.

HSL color Cylindrical-coordinate representation of color #84704B: hue angle of 38.95º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84704B is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13211275-
CMYK00.150.430.48
HSL38.95º27.54%40.59%-
HSV(B)38.95º43.18%51.76%-
XYZ16.58179.06-
YUV113.76106.13141.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.38%
GREEN value IS 112 (44.14% from 255) = 35.11%
BLUE value IS 75 (29.69% from 255) = 23.51%
R=41.38%
G=35.11%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321127500.150.430.4838.9527.5440.59
Hex84704B0F2B30271c29
Octal2041601130175360473451
Binary10000100111000010010110111110101111000010011111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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