#84754A

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

Shades of Shadow #84754A

Tints of Shadow #84754A

Color information

#84754A (or 0x84754A) is unknown color: approx Shadow. HEX triplet: 84, 75 and 4A. RGB value is (132,117,74). Sum of RGB (Red+Green+Blue) = 132+117+74=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 74 (29.30% from 255 or 22.91% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84754A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84754A is #7B8AB5. Grayscale: #747474. Windows color (decimal): -8096438 or 4879748. OLE color: 4879748.

HSL color Cylindrical-coordinate representation of color #84754A: hue angle of 44.48º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #84754A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB13211774-
CMYK00.110.440.48
HSL44.48º28.16%40.39%-
HSV(B)44.48º43.94%51.76%-
XYZ17.1118.129.07-
YUV116.58103.97139-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 117 (46.09% from 255) = 36.22%
BLUE value IS 74 (29.30% from 255) = 22.91%
R=40.87%
G=36.22%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321177400.110.440.4844.4828.1640.39
Hex84754A0B2C302c1c28
Octal2041651120135460543450
Binary10000100111010110010100101110110011000010110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84754A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84754A; }

 p { color: rgb(132,117,74); }

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

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

 a { background-color: rgb(132,117,74); }

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

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

 span { border-color: rgb(132,117,74); }

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