#855B48

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

Shades of Spicy Mix #855B48

Tints of Spicy Mix #855B48

Color information

#855B48 (or 0x855B48) is unknown color: approx Spicy Mix. HEX triplet: 85, 5B and 48. RGB value is (133,91,72). Sum of RGB (Red+Green+Blue) = 133+91+72=296 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.93% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 133 - color contains mainly: red. Hex color #855B48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855B48 is #7AA4B7. Grayscale: #656565. Windows color (decimal): -8037560 or 4742021. OLE color: 4742021.

HSL color Cylindrical-coordinate representation of color #855B48: hue angle of 18.69º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #855B48 is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB1339172-
CMYK00.320.460.48
HSL18.69º29.76%40.2%-
HSV(B)18.69º45.86%52.16%-
XYZ14.5812.947.86-
YUV101.39111.41150.54-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.93%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 72 (28.52% from 255) = 24.32%
R=44.93%
G=30.74%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133917200.320.460.4818.6929.7640.2
Hex855B480202E30131e28
Octal2051331100405660233650
Binary100001011011011100100001000001011101100001001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855B48; }

 p { color: rgb(133,91,72); }

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

<style>
 a { background-color: #855B48; }

 a { background-color: rgb(133,91,72); }

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

<style>
 span { border-color: #855B48; }

 span { border-color: rgb(133,91,72); }

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