Html Css Color HEX #83594A Spicy Mix

📋 copy color: '#83594A'

red 131 ◦ green 89 ◦ blue 74

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

Shades of Spicy Mix #83594A

Tints of Spicy Mix #83594A

RGB

 RED value IS 131 (51.56% from 255) = 44.56%

 GREEN value IS 89 (35.16% from 255) = 30.27%

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

R = 44.56%
G = 30.27%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#83594A (or 0x83594A) is known color: Spicy Mix. HEX triplet: 83, 59 and 4A. RGB value is (131,89,74). Sum of RGB (Red+Green+Blue) = 131+89+74=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83594A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83594A is #7CA6B5. Grayscale: #636363. Windows color (decimal): -8169142 or 4872579. OLE color: 4872579.

HSL color Cylindrical-coordinate representation of color #83594A: hue angle of 15.79º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83594A is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 89 74 -
CMYK 0 0.32 0.44 0.49
HSL 15.79º 0.28% 0.4% -
HSV(B) 15.79º 0.44% 0.51% -
XYZ 14.17 12.46 8.14 -
YUV 99.85 113.41 150.22 -
System Red Green Blue C M Y K H S L
Decimal 131 89 74 0 0.32 0.44 0.49 15.79 0.28 0.4
Hex 83 59 4A 0 20 2C 31 10 1C 28
Octal 203 131 112 0 40 54 61 20 34 50
Binary 10000011 1011001 1001010 0 100000 101100 110001 10000 11100 101000

Color Harmonies of #83594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83594A

Black with #83594A

Text Example


Text Example

White with #83594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,89,74); }

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

background-color css

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

 a { background-color: rgb(131,89,74); }

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

border-color css

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

 span { border-color: rgb(131,89,74); }

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