#84734F

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

Shades of Shadow #84734F

Tints of Shadow #84734F

Color information

#84734F (or 0x84734F) is unknown color: approx Shadow. HEX triplet: 84, 73 and 4F. RGB value is (132,115,79). Sum of RGB (Red+Green+Blue) = 132+115+79=326 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.49% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 132 - color contains mainly: red. Hex color #84734F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84734F is #7B8CB0. Grayscale: #747474. Windows color (decimal): -8096945 or 5206916. OLE color: 5206916.

HSL color Cylindrical-coordinate representation of color #84734F: hue angle of 40.75º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #84734F is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB13211579-
CMYK00.130.400.48
HSL40.75º25.12%41.37%-
HSV(B)40.75º40.15%51.76%-
XYZ17.0617.739.92-
YUV115.98107.13139.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.49%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 79 (31.25% from 255) = 24.23%
R=40.49%
G=35.28%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321157900.130.400.4840.7525.1241.37
Hex84734F0D2830291929
Octal2041631170155060513151
Binary10000100111001110011110110110100011000010100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84734F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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