#84704D

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

Shades of Shadow #84704D

Tints of Shadow #84704D

Color information

#84704D (or 0x84704D) is unknown color: approx Shadow. HEX triplet: 84, 70 and 4D. RGB value is (132,112,77). Sum of RGB (Red+Green+Blue) = 132+112+77=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 77 (30.47% from 255 or 23.99% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84704D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84704D is #7B8FB2. Grayscale: #727272. Windows color (decimal): -8097715 or 5075076. OLE color: 5075076.

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

Color convert

RGB13211277-
CMYK00.150.420.48
HSL38.18º26.32%40.98%-
HSV(B)38.18º41.67%51.76%-
XYZ16.6517.039.43-
YUV113.99107.13140.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 77 (30.47% from 255) = 23.99%
R=41.12%
G=34.89%
B=23.99%

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
Decimal1321127700.150.420.4838.1826.3240.98
Hex84704D0F2A30261a29
Octal2041601150175260463251
Binary10000100111000010011010111110101011000010011011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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