#855A52

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

Shades of Spicy Mix #855A52

Tints of Spicy Mix #855A52

Color information

#855A52 (or 0x855A52) is unknown color: approx Spicy Mix. HEX triplet: 85, 5A and 52. RGB value is (133,90,82). Sum of RGB (Red+Green+Blue) = 133+90+82=305 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.61% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 133 - color contains mainly: red. Hex color #855A52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855A52 is #7AA5AD. Grayscale: #666666. Windows color (decimal): -8037806 or 5397125. OLE color: 5397125.

HSL color Cylindrical-coordinate representation of color #855A52: hue angle of 9.41º 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 #855A52 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB1339082-
CMYK00.320.380.48
HSL9.41º23.72%42.16%-
HSV(B)9.41º38.35%52.16%-
XYZ14.8512.919.69-
YUV101.94116.75150.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.61%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=43.61%
G=29.51%
B=26.89%

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
Decimal133908200.320.380.489.4123.7242.16
Hex855A5202026309182a
Octal2051321220404660113052
Binary10000101101101010100100100000100110110000100111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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