#885E4B

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

Shades of Spicy Mix #885E4B

Tints of Spicy Mix #885E4B

Color information

#885E4B (or 0x885E4B) is unknown color: approx Spicy Mix. HEX triplet: 88, 5E and 4B. RGB value is (136,94,75). Sum of RGB (Red+Green+Blue) = 136+94+75=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 75 (29.69% from 255 or 24.59% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E4B is #77A1B4. Grayscale: #686868. Windows color (decimal): -7840181 or 4939400. OLE color: 4939400.

HSL color Cylindrical-coordinate representation of color #885E4B: hue angle of 18.69º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #885E4B is Cyan = 0, Magento = 0.31, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB1369475-
CMYK00.310.450.47
HSL18.69º28.91%41.37%-
HSV(B)18.69º44.85%53.33%-
XYZ15.4313.758.5-
YUV104.39111.41150.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 94 (37.11% from 255) = 30.82%
BLUE value IS 75 (29.69% from 255) = 24.59%
R=44.59%
G=30.82%
B=24.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136947500.310.450.4718.6928.9141.37
Hex885E4B01F2D2F131d29
Octal2101361130375557233551
Binary10001000101111010010110111111011011011111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885E4B; }

 p { color: rgb(136,94,75); }

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

<style>
 a { background-color: #885E4B; }

 a { background-color: rgb(136,94,75); }

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

<style>
 span { border-color: #885E4B; }

 span { border-color: rgb(136,94,75); }

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