#81724D

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

Shades of Shadow #81724D

Tints of Shadow #81724D

Color information

#81724D (or 0x81724D) is unknown color: approx Shadow. HEX triplet: 81, 72 and 4D. RGB value is (129,114,77). Sum of RGB (Red+Green+Blue) = 129+114+77=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 77 (30.47% from 255 or 24.06% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81724D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81724D is #7E8DB2. Grayscale: #727272. Windows color (decimal): -8293811 or 5075585. OLE color: 5075585.

HSL color Cylindrical-coordinate representation of color #81724D: hue angle of 42.69º 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 #81724D is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.49.

Color convert

RGB12911477-
CMYK00.120.400.49
HSL42.69º25.24%40.39%-
HSV(B)42.69º40.31%50.59%-
XYZ16.4117.249.48-
YUV114.27106.97138.51-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 114 (44.92% from 255) = 35.62%
BLUE value IS 77 (30.47% from 255) = 24.06%
R=40.31%
G=35.62%
B=24.06%

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
Decimal1291147700.120.400.4942.6925.2440.39
Hex81724D0C28312b1928
Octal2011621150145061533150
Binary10000001111001010011010110010100011000110101111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81724D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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