#84744B

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

Shades of Shadow #84744B

Tints of Shadow #84744B

Color information

#84744B (or 0x84744B) is unknown color: approx Shadow. HEX triplet: 84, 74 and 4B. RGB value is (132,116,75). Sum of RGB (Red+Green+Blue) = 132+116+75=323 (42% of max value = 765). Red value is 132 (51.95% from 255 or 40.87% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 75 (29.69% from 255 or 23.22% from 323); Max value from RGB is 132 - color contains mainly: red. Hex color #84744B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84744B is #7B8BB4. Grayscale: #747474. Windows color (decimal): -8096693 or 4945028. OLE color: 4945028.

HSL color Cylindrical-coordinate representation of color #84744B: hue angle of 43.16º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #84744B is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB13211675-
CMYK00.120.430.48
HSL43.16º27.54%40.59%-
HSV(B)43.16º43.18%51.76%-
XYZ17.0317.99.21-
YUV116.11104.8139.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.87%
GREEN value IS 116 (45.70% from 255) = 35.91%
BLUE value IS 75 (29.69% from 255) = 23.22%
R=40.87%
G=35.91%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321167500.120.430.4843.1627.5440.59
Hex84744B0C2B302b1c29
Octal2041641130145360533451
Binary10000100111010010010110110010101111000010101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84744B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84744B; }

 p { color: rgb(132,116,75); }

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

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

 a { background-color: rgb(132,116,75); }

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

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

 span { border-color: rgb(132,116,75); }

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