#81714A

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

Shades of Shadow #81714A

Tints of Shadow #81714A

Color information

#81714A (or 0x81714A) is unknown color: approx Shadow. HEX triplet: 81, 71 and 4A. RGB value is (129,113,74). Sum of RGB (Red+Green+Blue) = 129+113+74=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 74 (29.30% from 255 or 23.42% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #81714A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81714A is #7E8EB5. Grayscale: #717171. Windows color (decimal): -8294070 or 4878721. OLE color: 4878721.

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

Color convert

RGB12911374-
CMYK00.120.430.49
HSL42.55º27.09%39.8%-
HSV(B)42.55º42.64%50.59%-
XYZ16.1916.978.9-
YUV113.34105.8139.17-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 113 (44.53% from 255) = 35.76%
BLUE value IS 74 (29.30% from 255) = 23.42%
R=40.82%
G=35.76%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291137400.120.430.4942.5527.0939.8
Hex81714A0C2B312b1b28
Octal2011611120145361533350
Binary10000001111000110010100110010101111000110101111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81714A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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