#867550

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

Shades of Shadow #867550

Tints of Shadow #867550

Color information

#867550 (or 0x867550) is unknown color: approx Shadow. HEX triplet: 86, 75 and 50. RGB value is (134,117,80). Sum of RGB (Red+Green+Blue) = 134+117+80=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 117 (46.09% from 255 or 35.35% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #867550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #867550 is #798AAF. Grayscale: #767676. Windows color (decimal): -7965360 or 5272966. OLE color: 5272966.

HSL color Cylindrical-coordinate representation of color #867550: hue angle of 41.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #867550 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB13411780-
CMYK00.130.400.47
HSL41.11º25.23%41.96%-
HSV(B)41.11º40.3%52.55%-
XYZ17.6418.3710.21-
YUV117.86106.63139.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.48%
GREEN value IS 117 (46.09% from 255) = 35.35%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=40.48%
G=35.35%
B=24.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341178000.130.400.4741.1125.2341.96
Hex8675500D282F29192a
Octal2061651200155057513152
Binary10000110111010110100000110110100010111110100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867550; }

 p { color: rgb(134,117,80); }

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

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

 a { background-color: rgb(134,117,80); }

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

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

 span { border-color: rgb(134,117,80); }

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