#8A6457

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

Shades of Spicy Mix #8A6457

Tints of Spicy Mix #8A6457

Color information

#8A6457 (or 0x8A6457) is unknown color: approx Spicy Mix. HEX triplet: 8A, 64 and 57. RGB value is (138,100,87). Sum of RGB (Red+Green+Blue) = 138+100+87=325 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.46% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 87 (34.38% from 255 or 26.77% from 325); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6457 is #759BA8. Grayscale: #6D6D6D. Windows color (decimal): -7707561 or 5727370. OLE color: 5727370.

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

Color convert

RGB13810087-
CMYK00.280.370.46
HSL15.29º22.67%44.12%-
HSV(B)15.29º36.96%54.12%-
XYZ16.7615.2111.07-
YUV109.88115.09148.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.46%
GREEN value IS 100 (39.45% from 255) = 30.77%
BLUE value IS 87 (34.38% from 255) = 26.77%
R=42.46%
G=30.77%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1381008700.280.370.4615.2922.6744.12
Hex8A645701C252Ef172c
Octal2121441270344556172754
Binary1000101011001001010111011100100101101110111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,100,87); }

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

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

 a { background-color: rgb(138,100,87); }

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

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

 span { border-color: rgb(138,100,87); }

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