#81714D

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

Shades of Shadow #81714D

Tints of Shadow #81714D

Color information

#81714D (or 0x81714D) is unknown color: approx Shadow. HEX triplet: 81, 71 and 4D. RGB value is (129,113,77). Sum of RGB (Red+Green+Blue) = 129+113+77=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 129 - color contains mainly: red. Hex color #81714D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81714D is #7E8EB2. Grayscale: #717171. Windows color (decimal): -8294067 or 5075329. OLE color: 5075329.

HSL color Cylindrical-coordinate representation of color #81714D: hue angle of 41.54º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #81714D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB12911377-
CMYK00.120.400.49
HSL41.54º25.24%40.39%-
HSV(B)41.54º40.31%50.59%-
XYZ16.317.019.45-
YUV113.68107.3138.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 113 (44.53% from 255) = 35.42%
BLUE value IS 77 (30.47% from 255) = 24.14%
R=40.44%
G=35.42%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291137700.120.400.4941.5425.2440.39
Hex81714D0C28312a1928
Octal2011611150145061523150
Binary10000001111000110011010110010100011000110101011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81714D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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