#8A7550

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

Shades of Shadow #8A7550

Tints of Shadow #8A7550

Color information

#8A7550 (or 0x8A7550) is unknown color: approx Shadow. HEX triplet: 8A, 75 and 50. RGB value is (138,117,80). Sum of RGB (Red+Green+Blue) = 138+117+80=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7550 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7550 is #758AAF. Grayscale: #777777. Windows color (decimal): -7703216 or 5272970. OLE color: 5272970.

HSL color Cylindrical-coordinate representation of color #8A7550: hue angle of 38.28º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8A7550 is Cyan = 0, Magento = 0.15, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13811780-
CMYK00.150.420.46
HSL38.28º26.61%42.75%-
HSV(B)38.28º42.03%54.12%-
XYZ18.2918.7110.24-
YUV119.06105.96141.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 117 (46.09% from 255) = 34.93%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=41.19%
G=34.93%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381178000.150.420.4638.2826.6142.75
Hex8A75500F2A2E261b2b
Octal2121651200175256463353
Binary10001010111010110100000111110101010111010011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A7550; }

 p { color: rgb(138,117,80); }

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

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

 a { background-color: rgb(138,117,80); }

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

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

 span { border-color: rgb(138,117,80); }

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