#84734B

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

Shades of Shadow #84734B

Tints of Shadow #84734B

Color information

#84734B (or 0x84734B) is unknown color: approx Shadow. HEX triplet: 84, 73 and 4B. RGB value is (132,115,75). Sum of RGB (Red+Green+Blue) = 132+115+75=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 75 (29.69% from 255 or 23.29% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84734B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84734B is #7B8CB4. Grayscale: #737373. Windows color (decimal): -8096949 or 4944772. OLE color: 4944772.

HSL color Cylindrical-coordinate representation of color #84734B: hue angle of 42.11º 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 #84734B is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13211575-
CMYK00.130.430.48
HSL42.11º27.54%40.59%-
HSV(B)42.11º43.18%51.76%-
XYZ16.9217.689.18-
YUV115.52105.13139.75-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 115 (45.31% from 255) = 35.71%
BLUE value IS 75 (29.69% from 255) = 23.29%
R=40.99%
G=35.71%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321157500.130.430.4842.1127.5440.59
Hex84734B0D2B302a1c29
Octal2041631130155360523451
Binary10000100111001110010110110110101111000010101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84734B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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