#865B53

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

Shades of Spicy Mix #865B53

Tints of Spicy Mix #865B53

Color information

#865B53 (or 0x865B53) is unknown color: approx Spicy Mix. HEX triplet: 86, 5B and 53. RGB value is (134,91,83). Sum of RGB (Red+Green+Blue) = 134+91+83=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #865B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B53 is #79A4AC. Grayscale: #676767. Windows color (decimal): -7972013 or 5462918. OLE color: 5462918.

HSL color Cylindrical-coordinate representation of color #865B53: hue angle of 9.41º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865B53 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.47.

Color convert

RGB1349183-
CMYK00.320.380.47
HSL9.41º23.5%42.55%-
HSV(B)9.41º38.06%52.55%-
XYZ15.1313.189.93-
YUV102.94116.75150.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 83 (32.81% from 255) = 26.95%
R=43.51%
G=29.55%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134918300.320.380.479.4123.542.55
Hex865B53020262F9182b
Octal2061331230404657113053
Binary10000110101101110100110100000100110101111100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865B53; }

 p { color: rgb(134,91,83); }

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

<style>
 a { background-color: #865B53; }

 a { background-color: rgb(134,91,83); }

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

<style>
 span { border-color: #865B53; }

 span { border-color: rgb(134,91,83); }

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