#8A7552

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

Shades of Shadow #8A7552

Tints of Shadow #8A7552

Color information

#8A7552 (or 0x8A7552) is unknown color: approx Shadow. HEX triplet: 8A, 75 and 52. RGB value is (138,117,82). Sum of RGB (Red+Green+Blue) = 138+117+82=337 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.95% from 337); Green value is 117 (46.09% from 255 or 34.72% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7552 is #758AAD. Grayscale: #777777. Windows color (decimal): -7703214 or 5404042. OLE color: 5404042.

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

Color convert

RGB13811782-
CMYK00.150.410.46
HSL37.5º25.45%43.14%-
HSV(B)37.5º40.58%54.12%-
XYZ18.3718.7410.63-
YUV119.29106.96141.35-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.95%
GREEN value IS 117 (46.09% from 255) = 34.72%
BLUE value IS 82 (32.42% from 255) = 24.33%
R=40.95%
G=34.72%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381178200.150.410.4637.525.4543.14
Hex8A75520F292E25192b
Octal2121651220175156453153
Binary10001010111010110100100111110100110111010010111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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