#847245

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

Shades of Shadow #847245

Tints of Shadow #847245

Color information

#847245 (or 0x847245) is unknown color: approx Shadow. HEX triplet: 84, 72 and 45. RGB value is (132,114,69). Sum of RGB (Red+Green+Blue) = 132+114+69=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #847245 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #847245 is #7B8DBA. Grayscale: #727272. Windows color (decimal): -8097211 or 4551300. OLE color: 4551300.

HSL color Cylindrical-coordinate representation of color #847245: hue angle of 42.86º 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 #847245 is Cyan = 0, Magento = 0.14, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB13211469-
CMYK00.140.480.48
HSL42.86º31.34%39.41%-
HSV(B)42.86º47.73%51.76%-
XYZ16.6117.378.11-
YUV114.25102.46140.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 114 (44.92% from 255) = 36.19%
BLUE value IS 69 (27.34% from 255) = 21.90%
R=41.90%
G=36.19%
B=21.90%

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
Decimal1321146900.140.480.4842.8631.3439.41
Hex8472450E30302b1f27
Octal2041621050166060533747
Binary10000100111001010001010111011000011000010101111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #847245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #847245; }

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

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

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

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

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

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

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

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