Html Css Color HEX #865A50 Spicy Mix

📋 copy color: '#865A50'

red 134 ◦ green 90 ◦ blue 80

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

Shades of Spicy Mix #865A50

Tints of Spicy Mix #865A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 29.61%

 BLUE value IS 80 (31.64% from 255) = 26.32%

R = 44.08%
G = 29.61%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.40

 K value IS 0.47

RGB Variations

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

Color information

#865A50 (or 0x865A50) is known color: Spicy Mix. HEX triplet: 86, 5A and 50. RGB value is (134,90,80). Sum of RGB (Red+Green+Blue) = 134+90+80=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #865A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A50 is #79A5AF. Grayscale: #666666. Windows color (decimal): -7972272 or 5266054. OLE color: 5266054.

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

Color convert

RGB 134 90 80 -
CMYK 0 0.33 0.40 0.47
HSL 11.11º 0.25% 0.42% -
HSV(B) 11.11º 0.4% 0.53% -
XYZ 14.94 12.96 9.3 -
YUV 102.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 134 90 80 0 0.33 0.40 0.47 11.11 0.25 0.42
Hex 86 5A 50 0 21 28 2F B 19 2A
Octal 206 132 120 0 41 50 57 13 31 52
Binary 10000110 1011010 1010000 0 100001 101000 101111 1011 11001 101010

Color Harmonies of #865A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A50

Black with #865A50

Text Example


Text Example

White with #865A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,90,80); }

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

background-color css

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

 a { background-color: rgb(134,90,80); }

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

border-color css

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

 span { border-color: rgb(134,90,80); }

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