#8A7850

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

Shades of Shadow #8A7850

Tints of Shadow #8A7850

Color information

#8A7850 (or 0x8A7850) is unknown color: approx Shadow. HEX triplet: 8A, 78 and 50. RGB value is (138,120,80). Sum of RGB (Red+Green+Blue) = 138+120+80=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 120 (47.27% from 255 or 35.50% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7850 is #7587AF. Grayscale: #787878. Windows color (decimal): -7702448 or 5273738. OLE color: 5273738.

HSL color Cylindrical-coordinate representation of color #8A7850: hue angle of 41.38º 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 #8A7850 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB13812080-
CMYK00.130.420.46
HSL41.38º26.61%42.75%-
HSV(B)41.38º42.03%54.12%-
XYZ18.6519.4210.35-
YUV120.82104.96140.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 120 (47.27% from 255) = 35.50%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=40.83%
G=35.50%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381208000.130.420.4641.3826.6142.75
Hex8A78500D2A2E291b2b
Octal2121701200155256513353
Binary10001010111100010100000110110101010111010100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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