#817455

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

Shades of Shadow #817455

Tints of Shadow #817455

Color information

#817455 (or 0x817455) is unknown color: approx Shadow. HEX triplet: 81, 74 and 55. RGB value is (129,116,85). Sum of RGB (Red+Green+Blue) = 129+116+85=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #817455 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817455 is #7E8BAA. Grayscale: #747474. Windows color (decimal): -8293291 or 5600385. OLE color: 5600385.

HSL color Cylindrical-coordinate representation of color #817455: hue angle of 42.27º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #817455 is Cyan = 0, Magento = 0.10, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12911685-
CMYK00.100.340.49
HSL42.27º20.56%41.96%-
HSV(B)42.27º34.11%50.59%-
XYZ16.9417.8111.14-
YUV116.35110.31137.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.09%
GREEN value IS 116 (45.70% from 255) = 35.15%
BLUE value IS 85 (33.59% from 255) = 25.76%
R=39.09%
G=35.15%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291168500.100.340.4942.2720.5641.96
Hex8174550A22312a152a
Octal2011641250124261522552
Binary10000001111010010101010101010001011000110101010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817455; }

 p { color: rgb(129,116,85); }

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

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

 a { background-color: rgb(129,116,85); }

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

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

 span { border-color: rgb(129,116,85); }

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