Html Css Color HEX #8A5E4C Spicy Mix

📋 copy color: '#8A5E4C'

red 138 ◦ green 94 ◦ blue 76

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

Shades of Spicy Mix #8A5E4C

Tints of Spicy Mix #8A5E4C

RGB

 RED value IS 138 (54.3% from 255) = 44.81%

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 44.81%
G = 30.52%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#8A5E4C (or 0x8A5E4C) is known color: Spicy Mix. HEX triplet: 8A, 5E and 4C. RGB value is (138,94,76). Sum of RGB (Red+Green+Blue) = 138+94+76=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5E4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5E4C is #75A1B3. Grayscale: #696969. Windows color (decimal): -7709108 or 5004938. OLE color: 5004938.

HSL color Cylindrical-coordinate representation of color #8A5E4C: hue angle of 17.42º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8A5E4C is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 94 76 -
CMYK 0 0.32 0.45 0.46
HSL 17.42º 0.29% 0.42% -
HSV(B) 17.42º 0.45% 0.54% -
XYZ 15.79 13.93 8.69 -
YUV 105.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 138 94 76 0 0.32 0.45 0.46 17.42 0.29 0.42
Hex 8A 5E 4C 0 20 2D 2E 11 1D 2A
Octal 212 136 114 0 40 55 56 21 35 52
Binary 10001010 1011110 1001100 0 100000 101101 101110 10001 11101 101010

Color Harmonies of #8A5E4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5E4C

Black with #8A5E4C

Text Example


Text Example

White with #8A5E4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A5E4C; }

 p { color: rgb(138,94,76); }

 H1.HeaderClassName
 {
   color: #8A5E4C;
 }
 .AnyTagClassName
 {
   color: #8A5E4C;
 }
</style>

background-color css

<style>
 a { background-color: #8A5E4C; }

 a { background-color: rgb(138,94,76); }

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

border-color css

<style>
 span { border-color: #8A5E4C; }

 span { border-color: rgb(138,94,76); }

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