#867442

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

Shades of Shadow #867442

Tints of Shadow #867442

Color information

#867442 (or 0x867442) is unknown color: approx Shadow. HEX triplet: 86, 74 and 42. RGB value is (134,116,66). Sum of RGB (Red+Green+Blue) = 134+116+66=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 116 (45.70% from 255 or 36.71% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #867442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #867442 is #798BBD. Grayscale: #737373. Windows color (decimal): -7965630 or 4355206. OLE color: 4355206.

HSL color Cylindrical-coordinate representation of color #867442: hue angle of 44.12º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #867442 is Cyan = 0, Magento = 0.13, Yellow = 0.51 and Black (K on CMYK) = 0.47.

Color convert

RGB13411666-
CMYK00.130.510.47
HSL44.12º34%39.22%-
HSV(B)44.12º50.75%52.55%-
XYZ17.0617.957.72-
YUV115.6899.96141.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 116 (45.70% from 255) = 36.71%
BLUE value IS 66 (26.17% from 255) = 20.89%
R=42.41%
G=36.71%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341166600.130.510.4744.123439.22
Hex8674420D332F2c2227
Octal2061641020156357544247
Binary100001101110100100001001101110011101111101100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #867442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #867442; }

 p { color: rgb(134,116,66); }

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

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

 a { background-color: rgb(134,116,66); }

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

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

 span { border-color: rgb(134,116,66); }

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