Html Css Color HEX #865B47 Spicy Mix

📋 copy color: '#865B47'

red 134 ◦ green 91 ◦ blue 71

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

Shades of Spicy Mix #865B47

Tints of Spicy Mix #865B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.74%

 BLUE value IS 71 (28.13% from 255) = 23.99%

R = 45.27%
G = 30.74%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#865B47 (or 0x865B47) is known color: Spicy Mix. HEX triplet: 86, 5B and 47. RGB value is (134,91,71). Sum of RGB (Red+Green+Blue) = 134+91+71=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 71 (28.12% from 255 or 23.99% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #865B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865B47 is #79A4B8. Grayscale: #656565. Windows color (decimal): -7972025 or 4676486. OLE color: 4676486.

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

Color convert

RGB 134 91 71 -
CMYK 0 0.32 0.47 0.47
HSL 19.05º 0.31% 0.4% -
HSV(B) 19.05º 0.47% 0.53% -
XYZ 14.71 13.01 7.7 -
YUV 101.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 134 91 71 0 0.32 0.47 0.47 19.05 0.31 0.4
Hex 86 5B 47 0 20 2F 2F 13 1F 28
Octal 206 133 107 0 40 57 57 23 37 50
Binary 10000110 1011011 1000111 0 100000 101111 101111 10011 11111 101000

Color Harmonies of #865B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B47

Black with #865B47

Text Example


Text Example

White with #865B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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