#817055

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

Shades of Shadow #817055

Tints of Shadow #817055

Color information

#817055 (or 0x817055) is unknown color: approx Shadow. HEX triplet: 81, 70 and 55. RGB value is (129,112,85). Sum of RGB (Red+Green+Blue) = 129+112+85=326 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.57% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 85 (33.59% from 255 or 26.07% from 326); Max value from RGB is 129 - color contains mainly: red. Hex color #817055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817055 is #7E8FAA. Grayscale: #727272. Windows color (decimal): -8294315 or 5599361. OLE color: 5599361.

HSL color Cylindrical-coordinate representation of color #817055: hue angle of 36.82º 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 #817055 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB12911285-
CMYK00.130.340.49
HSL36.82º20.56%41.96%-
HSV(B)36.82º34.11%50.59%-
XYZ16.4916.9110.99-
YUV114111.63138.7-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.57%
GREEN value IS 112 (44.14% from 255) = 34.36%
BLUE value IS 85 (33.59% from 255) = 26.07%
R=39.57%
G=34.36%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.34
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291128500.130.340.4936.8220.5641.96
Hex8170550D223125152a
Octal2011601250154261452552
Binary10000001111000010101010110110001011000110010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817055; }

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

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

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

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

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

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

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

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