#847053

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

Shades of Shadow #847053

Tints of Shadow #847053

Color information

#847053 (or 0x847053) is unknown color: approx Shadow. HEX triplet: 84, 70 and 53. RGB value is (132,112,83). Sum of RGB (Red+Green+Blue) = 132+112+83=327 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.37% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 132 - color contains mainly: red. Hex color #847053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #847053 is #7B8FAC. Grayscale: #727272. Windows color (decimal): -8097709 or 5468292. OLE color: 5468292.

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

Color convert

RGB13211283-
CMYK00.150.370.48
HSL35.51º22.79%42.16%-
HSV(B)35.51º37.12%51.76%-
XYZ16.8717.1210.6-
YUV114.67110.13140.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.37%
GREEN value IS 112 (44.14% from 255) = 34.25%
BLUE value IS 83 (32.81% from 255) = 25.38%
R=40.37%
G=34.25%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321128300.150.370.4835.5122.7942.16
Hex8470530F253024172a
Octal2041601230174560442752
Binary10000100111000010100110111110010111000010010010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847053; }

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

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

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

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

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

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

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

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