#817050

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

Shades of Shadow #817050

Tints of Shadow #817050

Color information

#817050 (or 0x817050) is unknown color: approx Shadow. HEX triplet: 81, 70 and 50. RGB value is (129,112,80). Sum of RGB (Red+Green+Blue) = 129+112+80=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 112 (44.14% from 255 or 34.89% from 321); Blue value is 80 (31.64% from 255 or 24.92% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #817050 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #817050 is #7E8FAF. Grayscale: #717171. Windows color (decimal): -8294320 or 5271681. OLE color: 5271681.

HSL color Cylindrical-coordinate representation of color #817050: hue angle of 39.18º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #817050 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12911280-
CMYK00.130.380.49
HSL39.18º23.44%40.98%-
HSV(B)39.18º37.98%50.59%-
XYZ16.316.839.98-
YUV113.44109.13139.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.19%
GREEN value IS 112 (44.14% from 255) = 34.89%
BLUE value IS 80 (31.64% from 255) = 24.92%
R=40.19%
G=34.89%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291128000.130.380.4939.1823.4440.98
Hex8170500D2631271729
Octal2011601200154661472751
Binary10000001111000010100000110110011011000110011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #817050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #817050; }

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

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

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

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

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

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

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

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