#855B52

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

Shades of Spicy Mix #855B52

Tints of Spicy Mix #855B52

Color information

#855B52 (or 0x855B52) is unknown color: approx Spicy Mix. HEX triplet: 85, 5B and 52. RGB value is (133,91,82). Sum of RGB (Red+Green+Blue) = 133+91+82=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 82 (32.42% from 255 or 26.80% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #855B52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855B52 is #7AA4AD. Grayscale: #666666. Windows color (decimal): -8037550 or 5397381. OLE color: 5397381.

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

Color convert

RGB1339182-
CMYK00.320.380.48
HSL10.59º23.72%42.16%-
HSV(B)10.59º38.35%52.16%-
XYZ14.9413.089.72-
YUV102.53116.41149.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.46%
GREEN value IS 91 (35.94% from 255) = 29.74%
BLUE value IS 82 (32.42% from 255) = 26.80%
R=43.46%
G=29.74%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133918200.320.380.4810.5923.7242.16
Hex855B520202630b182a
Octal2051331220404660133052
Binary10000101101101110100100100000100110110000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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