#847040

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

Shades of Shadow #847040

Tints of Shadow #847040

Color information

#847040 (or 0x847040) is unknown color: approx Shadow. HEX triplet: 84, 70 and 40. RGB value is (132,112,64). Sum of RGB (Red+Green+Blue) = 132+112+64=308 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.86% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 132 - color contains mainly: red. Hex color #847040 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847040 is #7B8FBF. Grayscale: #707070. Windows color (decimal): -8097728 or 4223108. OLE color: 4223108.

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

Color convert

RGB13211264-
CMYK00.150.520.48
HSL42.35º34.69%38.43%-
HSV(B)42.35º51.52%51.76%-
XYZ16.2416.867.25-
YUV112.51100.63141.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.86%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=42.86%
G=36.36%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321126400.150.520.4842.3534.6938.43
Hex8470400F34302a2326
Octal2041601000176460524346
Binary100001001110000100000001111110100110000101010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847040; }

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

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

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

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

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

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

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

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