#8A5F50

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

Shades of Spicy Mix #8A5F50

Tints of Spicy Mix #8A5F50

Color information

#8A5F50 (or 0x8A5F50) is unknown color: approx Spicy Mix. HEX triplet: 8A, 5F and 50. RGB value is (138,95,80). Sum of RGB (Red+Green+Blue) = 138+95+80=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 95 (37.5% from 255 or 30.35% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A5F50 is #75A0AF. Grayscale: #6A6A6A. Windows color (decimal): -7708848 or 5267338. OLE color: 5267338.

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

Color convert

RGB1389580-
CMYK00.310.420.46
HSL15.52º26.61%42.75%-
HSV(B)15.52º42.03%54.12%-
XYZ16.0214.179.48-
YUV106.15113.25150.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 95 (37.5% from 255) = 30.35%
BLUE value IS 80 (31.64% from 255) = 25.56%
R=44.09%
G=30.35%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.42
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138958000.310.420.4615.5226.6142.75
Hex8A5F5001F2A2E101b2b
Octal2121371200375256203353
Binary10001010101111110100000111111010101011101000011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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