#8A7650

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

Shades of Shadow #8A7650

Tints of Shadow #8A7650

Color information

#8A7650 (or 0x8A7650) is unknown color: approx Shadow. HEX triplet: 8A, 76 and 50. RGB value is (138,118,80). Sum of RGB (Red+Green+Blue) = 138+118+80=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 138 - color contains mainly: red. Hex color #8A7650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A7650 is #7589AF. Grayscale: #777777. Windows color (decimal): -7702960 or 5273226. OLE color: 5273226.

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

Color convert

RGB13811880-
CMYK00.140.420.46
HSL39.31º26.61%42.75%-
HSV(B)39.31º42.03%54.12%-
XYZ18.4118.9410.27-
YUV119.65105.63141.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 118 (46.48% from 255) = 35.12%
BLUE value IS 80 (31.64% from 255) = 23.81%
R=41.07%
G=35.12%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381188000.140.420.4639.3126.6142.75
Hex8A76500E2A2E271b2b
Octal2121661200165256473353
Binary10001010111011010100000111010101010111010011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A7650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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