#847145

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

Shades of Shadow #847145

Tints of Shadow #847145

Color information

#847145 (or 0x847145) is unknown color: approx Shadow. HEX triplet: 84, 71 and 45. RGB value is (132,113,69). Sum of RGB (Red+Green+Blue) = 132+113+69=314 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.04% from 314); Green value is 113 (44.53% from 255 or 35.99% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 132 - color contains mainly: red. Hex color #847145 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847145 is #7B8EBA. Grayscale: #717171. Windows color (decimal): -8097467 or 4551044. OLE color: 4551044.

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

Color convert

RGB13211369-
CMYK00.140.480.48
HSL41.9º31.34%39.41%-
HSV(B)41.9º47.73%51.76%-
XYZ16.517.158.07-
YUV113.66102.79141.08-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.04%
GREEN value IS 113 (44.53% from 255) = 35.99%
BLUE value IS 69 (27.34% from 255) = 21.97%
R=42.04%
G=35.99%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.48
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321136900.140.480.4841.931.3439.41
Hex8471450E30302a1f27
Octal2041611050166060523747
Binary10000100111000110001010111011000011000010101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847145; }

 p { color: rgb(132,113,69); }

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

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

 a { background-color: rgb(132,113,69); }

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

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

 span { border-color: rgb(132,113,69); }

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