#817149

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

Shades of Shadow #817149

Tints of Shadow #817149

Color information

#817149 (or 0x817149) is unknown color: approx Shadow. HEX triplet: 81, 71 and 49. RGB value is (129,113,73). Sum of RGB (Red+Green+Blue) = 129+113+73=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #817149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #817149 is #7E8EB6. Grayscale: #717171. Windows color (decimal): -8294071 or 4813185. OLE color: 4813185.

HSL color Cylindrical-coordinate representation of color #817149: hue angle of 42.86º degrees, saturation: 0.28, 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 #817149 is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB12911373-
CMYK00.120.430.49
HSL42.86º27.72%39.61%-
HSV(B)42.86º43.41%50.59%-
XYZ16.1616.968.72-
YUV113.22105.3139.25-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.95%
GREEN value IS 113 (44.53% from 255) = 35.87%
BLUE value IS 73 (28.91% from 255) = 23.17%
R=40.95%
G=35.87%
B=23.17%

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
Decimal1291137300.120.430.4942.8627.7239.61
Hex8171490C2B312b1c28
Octal2011611110145361533450
Binary10000001111000110010010110010101111000110101111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817149; }

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

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

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

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

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

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

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

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