#8A5E4D

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

Shades of Spicy Mix #8A5E4D

Tints of Spicy Mix #8A5E4D

Color information

#8A5E4D (or 0x8A5E4D) is unknown color: approx Spicy Mix. HEX triplet: 8A, 5E and 4D. RGB value is (138,94,77). Sum of RGB (Red+Green+Blue) = 138+94+77=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 77 (30.47% from 255 or 24.92% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5E4D is #75A1B2. Grayscale: #696969. Windows color (decimal): -7709107 or 5070474. OLE color: 5070474.

HSL color Cylindrical-coordinate representation of color #8A5E4D: hue angle of 16.72º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8A5E4D is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB1389477-
CMYK00.320.440.46
HSL16.72º28.37%42.16%-
HSV(B)16.72º44.2%54.12%-
XYZ15.8213.948.88-
YUV105.22112.08151.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 77 (30.47% from 255) = 24.92%
R=44.66%
G=30.42%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138947700.320.440.4616.7228.3742.16
Hex8A5E4D0202C2E111c2a
Octal2121361150405456213452
Binary100010101011110100110101000001011001011101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,94,77); }

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

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

 a { background-color: rgb(138,94,77); }

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

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

 span { border-color: rgb(138,94,77); }

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