#867247

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

Shades of Shadow #867247

Tints of Shadow #867247

Color information

#867247 (or 0x867247) is unknown color: approx Shadow. HEX triplet: 86, 72 and 47. RGB value is (134,114,71). Sum of RGB (Red+Green+Blue) = 134+114+71=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 134 - color contains mainly: red. Hex color #867247 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867247 is #798DB8. Grayscale: #737373. Windows color (decimal): -7966137 or 4682374. OLE color: 4682374.

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

Color convert

RGB13411471-
CMYK00.150.470.47
HSL40.95º30.73%40.2%-
HSV(B)40.95º47.01%52.55%-
XYZ16.9917.568.45-
YUV115.08103.13141.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 114 (44.92% from 255) = 35.74%
BLUE value IS 71 (28.12% from 255) = 22.26%
R=42.01%
G=35.74%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341147100.150.470.4740.9530.7340.2
Hex8672470F2F2F291f28
Octal2061621070175757513750
Binary10000110111001010001110111110111110111110100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867247; }

 p { color: rgb(134,114,71); }

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

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

 a { background-color: rgb(134,114,71); }

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

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

 span { border-color: rgb(134,114,71); }

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