Html Css Color HEX #865E4B Spicy Mix

📋 copy color: '#865E4B'

red 134 ◦ green 94 ◦ blue 75

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

Shades of Spicy Mix #865E4B

Tints of Spicy Mix #865E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.75%

R = 44.22%
G = 31.02%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#865E4B (or 0x865E4B) is known color: Spicy Mix. HEX triplet: 86, 5E and 4B. RGB value is (134,94,75). Sum of RGB (Red+Green+Blue) = 134+94+75=303 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.22% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 134 - color contains mainly: red. Hex color #865E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865E4B is #79A1B4. Grayscale: #676767. Windows color (decimal): -7971253 or 4939398. OLE color: 4939398.

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

Color convert

RGB 134 94 75 -
CMYK 0 0.30 0.44 0.47
HSL 19.32º 0.28% 0.41% -
HSV(B) 19.32º 0.44% 0.53% -
XYZ 15.1 13.58 8.48 -
YUV 103.79 111.75 149.54 -
System Red Green Blue C M Y K H S L
Decimal 134 94 75 0 0.30 0.44 0.47 19.32 0.28 0.41
Hex 86 5E 4B 0 1E 2C 2F 13 1C 29
Octal 206 136 113 0 36 54 57 23 34 51
Binary 10000110 1011110 1001011 0 11110 101100 101111 10011 11100 101001

Color Harmonies of #865E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E4B

Black with #865E4B

Text Example


Text Example

White with #865E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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