#816849

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

Shades of Shadow #816849

Tints of Shadow #816849

Color information

#816849 (or 0x816849) is unknown color: approx Shadow. HEX triplet: 81, 68 and 49. RGB value is (129,104,73). Sum of RGB (Red+Green+Blue) = 129+104+73=306 (40% of max value = 765). Red value is 129 (50.78% from 255 or 42.16% from 306); Green value is 104 (41.02% from 255 or 33.99% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 129 - color contains mainly: red. Hex color #816849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #816849 is #7E97B6. Grayscale: #6C6C6C. Windows color (decimal): -8296375 or 4810881. OLE color: 4810881.

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

Color convert

RGB12910473-
CMYK00.190.430.49
HSL33.21º27.72%39.61%-
HSV(B)33.21º43.41%50.59%-
XYZ15.2115.058.41-
YUV107.94108.28143.02-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 42.16%
GREEN value IS 104 (41.02% from 255) = 33.99%
BLUE value IS 73 (28.91% from 255) = 23.86%
R=42.16%
G=33.99%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291047300.190.430.4933.2127.7239.61
Hex8168490132B31211c28
Octal2011501110235361413450
Binary100000011101000100100101001110101111000110000111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816849; }

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

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

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

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

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

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

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

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