#8A7450

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

Shades of Shadow #8A7450

Tints of Shadow #8A7450

Color information

#8A7450 (or 0x8A7450) is unknown color: approx Shadow. HEX triplet: 8A, 74 and 50. RGB value is (138,116,80). Sum of RGB (Red+Green+Blue) = 138+116+80=334 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.32% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7450 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7450 is #758BAF. Grayscale: #767676. Windows color (decimal): -7703472 or 5272714. OLE color: 5272714.

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

Color convert

RGB13811680-
CMYK00.160.420.46
HSL37.24º26.61%42.75%-
HSV(B)37.24º42.03%54.12%-
XYZ18.1718.4710.2-
YUV118.47106.29141.93-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.32%
GREEN value IS 116 (45.70% from 255) = 34.73%
BLUE value IS 80 (31.64% from 255) = 23.95%
R=41.32%
G=34.73%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381168000.160.420.4637.2426.6142.75
Hex8A74500102A2E251b2b
Octal2121641200205256453353
Binary100010101110100101000001000010101010111010010111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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