#8A5F4E

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

Shades of Spicy Mix #8A5F4E

Tints of Spicy Mix #8A5F4E

Color information

#8A5F4E (or 0x8A5F4E) is unknown color: approx Spicy Mix. HEX triplet: 8A, 5F and 4E. RGB value is (138,95,78). Sum of RGB (Red+Green+Blue) = 138+95+78=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 95 (37.5% from 255 or 30.55% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F4E is #75A0B1. Grayscale: #6A6A6A. Windows color (decimal): -7708850 or 5136266. OLE color: 5136266.

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

Color convert

RGB1389578-
CMYK00.310.430.46
HSL17º27.78%42.35%-
HSV(B)17º43.48%54.12%-
XYZ15.9514.149.1-
YUV105.92112.25150.88-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 95 (37.5% from 255) = 30.55%
BLUE value IS 78 (30.86% from 255) = 25.08%
R=44.37%
G=30.55%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.43
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138957800.310.430.461727.7842.35
Hex8A5F4E01F2B2E111c2a
Octal2121371160375356213452
Binary10001010101111110011100111111010111011101000111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,95,78); }

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

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

 a { background-color: rgb(138,95,78); }

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

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

 span { border-color: rgb(138,95,78); }

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