#8D6357

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

Shades of Spicy Mix #8D6357

Tints of Spicy Mix #8D6357

Color information

#8D6357 (or 0x8D6357) is unknown color: approx Spicy Mix. HEX triplet: 8D, 63 and 57. RGB value is (141,99,87). Sum of RGB (Red+Green+Blue) = 141+99+87=327 (43% of max value = 765). Red value is 141 (55.47% from 255 or 43.12% from 327); Green value is 99 (39.06% from 255 or 30.28% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 141 - color contains mainly: red. Hex color #8D6357 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D6357 is #729CA8. Grayscale: #6E6E6E. Windows color (decimal): -7511209 or 5727117. OLE color: 5727117.

HSL color Cylindrical-coordinate representation of color #8D6357: hue angle of 13.33º degrees, saturation: 0.24, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8D6357 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.45.

Color convert

RGB1419987-
CMYK00.300.380.45
HSL13.33º23.68%44.71%-
HSV(B)13.33º38.3%55.29%-
XYZ17.1715.2711.06-
YUV110.19114.91149.98-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 43.12%
GREEN value IS 99 (39.06% from 255) = 30.28%
BLUE value IS 87 (34.38% from 255) = 26.61%
R=43.12%
G=30.28%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141998700.300.380.4513.3323.6844.71
Hex8D635701E262Dd182d
Octal2151431270364655153055
Binary1000110111000111010111011110100110101101110111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,99,87); }

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

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

 a { background-color: rgb(141,99,87); }

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

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

 span { border-color: rgb(141,99,87); }

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