#84714E

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

Shades of Shadow #84714E

Tints of Shadow #84714E

Color information

#84714E (or 0x84714E) is unknown color: approx Shadow. HEX triplet: 84, 71 and 4E. RGB value is (132,113,78). Sum of RGB (Red+Green+Blue) = 132+113+78=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 113 (44.53% from 255 or 34.98% from 323); Blue value is 78 (30.86% from 255 or 24.15% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84714E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84714E is #7B8EB1. Grayscale: #727272. Windows color (decimal): -8097458 or 5140868. OLE color: 5140868.

HSL color Cylindrical-coordinate representation of color #84714E: hue angle of 38.89º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #84714E is Cyan = 0, Magento = 0.14, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB13211378-
CMYK00.140.410.48
HSL38.89º25.71%41.18%-
HSV(B)38.89º40.91%51.76%-
XYZ16.817.279.66-
YUV114.69107.29140.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 113 (44.53% from 255) = 34.98%
BLUE value IS 78 (30.86% from 255) = 24.15%
R=40.87%
G=34.98%
B=24.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.41
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321137800.140.410.4838.8925.7141.18
Hex84714E0E2930271a29
Octal2041611160165160473251
Binary10000100111000110011100111010100111000010011111010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84714E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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