Html Css Color HEX #865E4A Spicy Mix

📋 copy color: '#865E4A'

red 134 ◦ green 94 ◦ blue 74

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

Shades of Spicy Mix #865E4A

Tints of Spicy Mix #865E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 74 (29.3% from 255) = 24.5%

R = 44.37%
G = 31.13%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#865E4A (or 0x865E4A) is known color: Spicy Mix. HEX triplet: 86, 5E and 4A. RGB value is (134,94,74). Sum of RGB (Red+Green+Blue) = 134+94+74=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #865E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E4A is #79A1B5. Grayscale: #676767. Windows color (decimal): -7971254 or 4873862. OLE color: 4873862.

HSL color Cylindrical-coordinate representation of color #865E4A: hue angle of 20º 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 #865E4A is Cyan = 0, Magento = 0.30, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 94 74 -
CMYK 0 0.30 0.45 0.47
HSL 20º 0.29% 0.41% -
HSV(B) 20º 0.45% 0.53% -
XYZ 15.07 13.57 8.3 -
YUV 103.68 111.25 149.63 -
System Red Green Blue C M Y K H S L
Decimal 134 94 74 0 0.30 0.45 0.47 20 0.29 0.41
Hex 86 5E 4A 0 1E 2D 2F 14 1D 29
Octal 206 136 112 0 36 55 57 24 35 51
Binary 10000110 1011110 1001010 0 11110 101101 101111 10100 11101 101001

Color Harmonies of #865E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E4A

Black with #865E4A

Text Example


Text Example

White with #865E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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