#865D4A

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

Shades of Spicy Mix #865D4A

Tints of Spicy Mix #865D4A

Color information

#865D4A (or 0x865D4A) is unknown color: approx Spicy Mix. HEX triplet: 86, 5D and 4A. RGB value is (134,93,74). Sum of RGB (Red+Green+Blue) = 134+93+74=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #865D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D4A is #79A2B5. Grayscale: #676767. Windows color (decimal): -7971510 or 4873606. OLE color: 4873606.

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

Color convert

RGB1349374-
CMYK00.310.450.47
HSL19º28.85%40.78%-
HSV(B)19º44.78%52.55%-
XYZ14.9813.398.27-
YUV103.09111.58150.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 74 (29.30% from 255) = 24.58%
R=44.52%
G=30.90%
B=24.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134937400.310.450.471928.8540.78
Hex865D4A01F2D2F131d29
Octal2061351120375557233551
Binary10000110101110110010100111111011011011111001111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,93,74); }

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

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

 a { background-color: rgb(134,93,74); }

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

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

 span { border-color: rgb(134,93,74); }

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