#865C4B

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

Shades of Spicy Mix #865C4B

Tints of Spicy Mix #865C4B

Color information

#865C4B (or 0x865C4B) is unknown color: approx Spicy Mix. HEX triplet: 86, 5C and 4B. RGB value is (134,92,75). Sum of RGB (Red+Green+Blue) = 134+92+75=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865C4B is #79A3B4. Grayscale: #666666. Windows color (decimal): -7971765 or 4938886. OLE color: 4938886.

HSL color Cylindrical-coordinate representation of color #865C4B: hue angle of 17.29º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #865C4B is Cyan = 0, Magento = 0.31, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB1349275-
CMYK00.310.440.47
HSL17.29º28.23%40.98%-
HSV(B)17.29º44.03%52.55%-
XYZ14.9313.238.42-
YUV102.62112.41150.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 92 (36.33% from 255) = 30.56%
BLUE value IS 75 (29.69% from 255) = 24.92%
R=44.52%
G=30.56%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134927500.310.440.4717.2928.2340.98
Hex865C4B01F2C2F111c29
Octal2061341130375457213451
Binary10000110101110010010110111111011001011111000111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,92,75); }

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

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

 a { background-color: rgb(134,92,75); }

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

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

 span { border-color: rgb(134,92,75); }

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