#84714D

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

Shades of Shadow #84714D

Tints of Shadow #84714D

Color information

#84714D (or 0x84714D) is unknown color: approx Shadow. HEX triplet: 84, 71 and 4D. RGB value is (132,113,77). Sum of RGB (Red+Green+Blue) = 132+113+77=322 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.99% from 322); Green value is 113 (44.53% from 255 or 35.09% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 132 - color contains mainly: red. Hex color #84714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84714D is #7B8EB2. Grayscale: #727272. Windows color (decimal): -8097459 or 5075332. OLE color: 5075332.

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

Color convert

RGB13211377-
CMYK00.140.420.48
HSL39.27º26.32%40.98%-
HSV(B)39.27º41.67%51.76%-
XYZ16.7617.259.47-
YUV114.58106.79140.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.99%
GREEN value IS 113 (44.53% from 255) = 35.09%
BLUE value IS 77 (30.47% from 255) = 23.91%
R=40.99%
G=35.09%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321137700.140.420.4839.2726.3240.98
Hex84714D0E2A30271a29
Octal2041611150165260473251
Binary10000100111000110011010111010101011000010011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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