#847046

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

Shades of Shadow #847046

Tints of Shadow #847046

Color information

#847046 (or 0x847046) is unknown color: approx Shadow. HEX triplet: 84, 70 and 46. RGB value is (132,112,70). Sum of RGB (Red+Green+Blue) = 132+112+70=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #847046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847046 is #7B8FB9. Grayscale: #717171. Windows color (decimal): -8097722 or 4616324. OLE color: 4616324.

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

Color convert

RGB13211270-
CMYK00.150.470.48
HSL40.65º30.69%39.61%-
HSV(B)40.65º46.97%51.76%-
XYZ16.4216.948.2-
YUV113.19103.63141.42-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 112 (44.14% from 255) = 35.67%
BLUE value IS 70 (27.73% from 255) = 22.29%
R=42.04%
G=35.67%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321127000.150.470.4840.6530.6939.61
Hex8470460F2F30291f28
Octal2041601060175760513750
Binary10000100111000010001100111110111111000010100111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847046; }

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

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

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

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

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

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

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

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