#855D4B

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

Shades of Spicy Mix #855D4B

Tints of Spicy Mix #855D4B

Color information

#855D4B (or 0x855D4B) is unknown color: approx Spicy Mix. HEX triplet: 85, 5D and 4B. RGB value is (133,93,75). Sum of RGB (Red+Green+Blue) = 133+93+75=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D4B is #7AA2B4. Grayscale: #676767. Windows color (decimal): -8037045 or 4939141. OLE color: 4939141.

HSL color Cylindrical-coordinate representation of color #855D4B: hue angle of 18.62º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #855D4B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB1339375-
CMYK00.300.440.48
HSL18.62º27.88%40.78%-
HSV(B)18.62º43.61%52.16%-
XYZ14.8613.328.45-
YUV102.91112.25149.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=44.19%
G=30.90%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133937500.300.440.4818.6227.8840.78
Hex855D4B01E2C30131c29
Octal2051351130365460233451
Binary10000101101110110010110111101011001100001001111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,75); }

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

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

 a { background-color: rgb(133,93,75); }

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

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

 span { border-color: rgb(133,93,75); }

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