Html Css Color HEX #865D49 Spicy Mix

📋 copy color: '#865D49'

red 134 ◦ green 93 ◦ blue 73

#865D49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spicy Mix #865D49

Tints of Spicy Mix #865D49

RGB

 RED value IS 134 (52.73% from 255) = 44.67%

 GREEN value IS 93 (36.72% from 255) = 31%

 BLUE value IS 73 (28.91% from 255) = 24.33%

R = 44.67%
G = 31%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#865D49 (or 0x865D49) is known color: Spicy Mix. HEX triplet: 86, 5D and 49. RGB value is (134,93,73). Sum of RGB (Red+Green+Blue) = 134+93+73=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #865D49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865D49 is #79A2B6. Grayscale: #676767. Windows color (decimal): -7971511 or 4808070. OLE color: 4808070.

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

Color convert

RGB 134 93 73 -
CMYK 0 0.31 0.46 0.47
HSL 19.67º 0.29% 0.41% -
HSV(B) 19.67º 0.46% 0.53% -
XYZ 14.95 13.38 8.1 -
YUV 102.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 134 93 73 0 0.31 0.46 0.47 19.67 0.29 0.41
Hex 86 5D 49 0 1F 2E 2F 14 1D 29
Octal 206 135 111 0 37 56 57 24 35 51
Binary 10000110 1011101 1001001 0 11111 101110 101111 10100 11101 101001

Color Harmonies of #865D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D49

Black with #865D49

Text Example


Text Example

White with #865D49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #865D49;
 }
 .AnyTagClassName
 {
   color: #865D49;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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