Html Css Color HEX #865A4B Spicy Mix

📋 copy color: '#865A4B'

red 134 ◦ green 90 ◦ blue 75

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

Shades of Spicy Mix #865A4B

Tints of Spicy Mix #865A4B

RGB

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

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

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

R = 44.82%
G = 30.1%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#865A4B (or 0x865A4B) is known color: Spicy Mix. HEX triplet: 86, 5A and 4B. RGB value is (134,90,75). Sum of RGB (Red+Green+Blue) = 134+90+75=299 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.82% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 134 - color contains mainly: red. Hex color #865A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865A4B is #79A5B4. Grayscale: #656565. Windows color (decimal): -7972277 or 4938374. OLE color: 4938374.

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

Color convert

RGB 134 90 75 -
CMYK 0 0.33 0.44 0.47
HSL 15.25º 0.28% 0.41% -
HSV(B) 15.25º 0.44% 0.53% -
XYZ 14.76 12.89 8.37 -
YUV 101.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 134 90 75 0 0.33 0.44 0.47 15.25 0.28 0.41
Hex 86 5A 4B 0 21 2C 2F F 1C 29
Octal 206 132 113 0 41 54 57 17 34 51
Binary 10000110 1011010 1001011 0 100001 101100 101111 1111 11100 101001

Color Harmonies of #865A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A4B

Black with #865A4B

Text Example


Text Example

White with #865A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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