#8B5F55

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

Shades of Spicy Mix #8B5F55

Tints of Spicy Mix #8B5F55

Color information

#8B5F55 (or 0x8B5F55) is unknown color: approx Spicy Mix. HEX triplet: 8B, 5F and 55. RGB value is (139,95,85). Sum of RGB (Red+Green+Blue) = 139+95+85=319 (42% of max value = 765). Red value is 139 (54.69% from 255 or 43.57% from 319); Green value is 95 (37.5% from 255 or 29.78% from 319); Blue value is 85 (33.59% from 255 or 26.65% from 319); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5F55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B5F55 is #74A0AA. Grayscale: #6B6B6B. Windows color (decimal): -7643307 or 5595019. OLE color: 5595019.

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

Color convert

RGB1399585-
CMYK00.320.390.45
HSL11.11º24.11%43.92%-
HSV(B)11.11º38.85%54.51%-
XYZ16.3814.3310.5-
YUV107.02115.58150.81-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 43.57%
GREEN value IS 95 (37.5% from 255) = 29.78%
BLUE value IS 85 (33.59% from 255) = 26.65%
R=43.57%
G=29.78%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139958500.320.390.4511.1124.1143.92
Hex8B5F55020272Db182c
Octal2131371250404755133054
Binary10001011101111110101010100000100111101101101111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,95,85); }

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

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

 a { background-color: rgb(139,95,85); }

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

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

 span { border-color: rgb(139,95,85); }

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