#847042

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

Shades of Shadow #847042

Tints of Shadow #847042

Color information

#847042 (or 0x847042) is unknown color: approx Shadow. HEX triplet: 84, 70 and 42. RGB value is (132,112,66). Sum of RGB (Red+Green+Blue) = 132+112+66=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 112 (44.14% from 255 or 36.13% from 310); Blue value is 66 (26.17% from 255 or 21.29% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #847042 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847042 is #7B8FBD. Grayscale: #707070. Windows color (decimal): -8097726 or 4354180. OLE color: 4354180.

HSL color Cylindrical-coordinate representation of color #847042: hue angle of 41.82º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #847042 is Cyan = 0, Magento = 0.15, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB13211266-
CMYK00.150.50.48
HSL41.82º33.33%38.82%-
HSV(B)41.82º50%51.76%-
XYZ16.2916.897.56-
YUV112.74101.63141.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 112 (44.14% from 255) = 36.13%
BLUE value IS 66 (26.17% from 255) = 21.29%
R=42.58%
G=36.13%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.5
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321126600.150.50.4841.8233.3338.82
Hex8470420F32302a2127
Octal2041601020176260524147
Binary100001001110000100001001111110010110000101010100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847042; }

 p { color: rgb(132,112,66); }

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

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

 a { background-color: rgb(132,112,66); }

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

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

 span { border-color: rgb(132,112,66); }

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