Html Css Color HEX #83574C Spicy Mix

📋 copy color: '#83574C'

red 131 ◦ green 87 ◦ blue 76

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

Shades of Spicy Mix #83574C

Tints of Spicy Mix #83574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.59%

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

R = 44.56%
G = 29.59%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83574C (or 0x83574C) is known color: Spicy Mix. HEX triplet: 83, 57 and 4C. RGB value is (131,87,76). Sum of RGB (Red+Green+Blue) = 131+87+76=294 (38% of max value = 765). Red value is 131 (51.56% from 255 or 44.56% from 294); Green value is 87 (34.38% from 255 or 29.59% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 131 - color contains mainly: red. Hex color #83574C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83574C is #7CA8B3. Grayscale: #626262. Windows color (decimal): -8169652 or 5003139. OLE color: 5003139.

HSL color Cylindrical-coordinate representation of color #83574C: hue angle of 12º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #83574C is Cyan = 0, Magento = 0.34, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 87 76 -
CMYK 0 0.34 0.42 0.49
HSL 12º 0.27% 0.41% -
HSV(B) 12º 0.42% 0.51% -
XYZ 14.07 12.16 8.44 -
YUV 98.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 131 87 76 0 0.34 0.42 0.49 12 0.27 0.41
Hex 83 57 4C 0 22 2A 31 C 1B 29
Octal 203 127 114 0 42 52 61 14 33 51
Binary 10000011 1010111 1001100 0 100010 101010 110001 1100 11011 101001

Color Harmonies of #83574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83574C

Black with #83574C

Text Example


Text Example

White with #83574C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83574C; }

 p { color: rgb(131,87,76); }

 H1.HeaderClassName
 {
   color: #83574C;
 }
 .AnyTagClassName
 {
   color: #83574C;
 }
</style>

background-color css

<style>
 a { background-color: #83574C; }

 a { background-color: rgb(131,87,76); }

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

border-color css

<style>
 span { border-color: #83574C; }

 span { border-color: rgb(131,87,76); }

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