#816B50

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

Shades of Shadow #816B50

Tints of Shadow #816B50

Color information

#816B50 (or 0x816B50) is unknown color: approx Shadow. HEX triplet: 81, 6B and 50. RGB value is (129,107,80). Sum of RGB (Red+Green+Blue) = 129+107+80=316 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.82% from 316); Green value is 107 (42.19% from 255 or 33.86% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 129 - color contains mainly: red. Hex color #816B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816B50 is #7E94AF. Grayscale: #6E6E6E. Windows color (decimal): -8295600 or 5270401. OLE color: 5270401.

HSL color Cylindrical-coordinate representation of color #816B50: hue angle of 33.06º 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 #816B50 is Cyan = 0, Magento = 0.17, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB12910780-
CMYK00.170.380.49
HSL33.06º23.44%40.98%-
HSV(B)33.06º37.98%50.59%-
XYZ15.7615.769.8-
YUV110.5110.79141.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.82%
GREEN value IS 107 (42.19% from 255) = 33.86%
BLUE value IS 80 (31.64% from 255) = 25.32%
R=40.82%
G=33.86%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291078000.170.380.4933.0623.4440.98
Hex816B500112631211729
Octal2011531200214661412751
Binary100000011101011101000001000110011011000110000110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816B50; }

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

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

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

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

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

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

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

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