Html Css Color HEX #80584A Spicy Mix

📋 copy color: '#80584A'

red 128 ◦ green 88 ◦ blue 74

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

Shades of Spicy Mix #80584A

Tints of Spicy Mix #80584A

RGB

 RED value IS 128 (50.39% from 255) = 44.14%

 GREEN value IS 88 (34.77% from 255) = 30.34%

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

R = 44.14%
G = 30.34%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.42

 K value IS 0.50

RGB Variations

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

Color information

#80584A (or 0x80584A) is known color: Spicy Mix. HEX triplet: 80, 58 and 4A. RGB value is (128,88,74). Sum of RGB (Red+Green+Blue) = 128+88+74=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 88 (34.77% from 255 or 30.34% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80584A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #80584A is #7FA7B5. Grayscale: #626262. Windows color (decimal): -8366006 or 4872320. OLE color: 4872320.

HSL color Cylindrical-coordinate representation of color #80584A: hue angle of 15.56º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80584A is Cyan = 0, Magento = 0.31, Yellow = 0.42 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 74 -
CMYK 0 0.31 0.42 0.50
HSL 15.56º 0.27% 0.4% -
HSV(B) 15.56º 0.42% 0.5% -
XYZ 13.63 12.06 8.09 -
YUV 98.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 128 88 74 0 0.31 0.42 0.50 15.56 0.27 0.4
Hex 80 58 4A 0 1F 2A 32 10 1B 28
Octal 200 130 112 0 37 52 62 20 33 50
Binary 10000000 1011000 1001010 0 11111 101010 110010 10000 11011 101000

Color Harmonies of #80584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80584A

Black with #80584A

Text Example


Text Example

White with #80584A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80584A; }

 p { color: rgb(128,88,74); }

 H1.HeaderClassName
 {
   color: #80584A;
 }
 .AnyTagClassName
 {
   color: #80584A;
 }
</style>

background-color css

<style>
 a { background-color: #80584A; }

 a { background-color: rgb(128,88,74); }

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

border-color css

<style>
 span { border-color: #80584A; }

 span { border-color: rgb(128,88,74); }

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