#8A7540

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

Shades of Shadow #8A7540

Tints of Shadow #8A7540

Color information

#8A7540 (or 0x8A7540) is unknown color: approx Shadow. HEX triplet: 8A, 75 and 40. RGB value is (138,117,64). Sum of RGB (Red+Green+Blue) = 138+117+64=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 117 (46.09% from 255 or 36.68% from 319); Blue value is 64 (25.39% from 255 or 20.06% from 319); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7540 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A7540 is #758ABF. Grayscale: #757575. Windows color (decimal): -7703232 or 4224394. OLE color: 4224394.

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

Color convert

RGB13811764-
CMYK00.150.540.46
HSL42.97º36.63%39.61%-
HSV(B)42.97º53.62%54.12%-
XYZ17.7718.57.48-
YUV117.2497.96142.81-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 43.26%
GREEN value IS 117 (46.09% from 255) = 36.68%
BLUE value IS 64 (25.39% from 255) = 20.06%
R=43.26%
G=36.68%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381176400.150.540.4642.9736.6339.61
Hex8A75400F362E2b2528
Octal2121651000176656534550
Binary100010101110101100000001111110110101110101011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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