#84764B

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

Shades of Shadow #84764B

Tints of Shadow #84764B

Color information

#84764B (or 0x84764B) is unknown color: approx Shadow. HEX triplet: 84, 76 and 4B. RGB value is (132,118,75). Sum of RGB (Red+Green+Blue) = 132+118+75=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 118 (46.48% from 255 or 36.31% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 132 - color contains mainly: red. Hex color #84764B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84764B is #7B89B4. Grayscale: #757575. Windows color (decimal): -8096181 or 4945540. OLE color: 4945540.

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

Color convert

RGB13211875-
CMYK00.110.430.48
HSL45.26º27.54%40.59%-
HSV(B)45.26º43.18%51.76%-
XYZ17.2618.379.29-
YUV117.28104.14138.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 40.62%
GREEN value IS 118 (46.48% from 255) = 36.31%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=40.62%
G=36.31%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321187500.110.430.4845.2627.5440.59
Hex84764B0B2B302d1c29
Octal2041661130135360553451
Binary10000100111011010010110101110101111000010110111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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