Html Css Color HEX #83584C Spicy Mix

📋 copy color: '#83584C'

red 131 ◦ green 88 ◦ blue 76

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

Shades of Spicy Mix #83584C

Tints of Spicy Mix #83584C

RGB

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

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

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

R = 44.41%
G = 29.83%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#83584C (or 0x83584C) is known color: Spicy Mix. HEX triplet: 83, 58 and 4C. RGB value is (131,88,76). Sum of RGB (Red+Green+Blue) = 131+88+76=295 (39% of max value = 765). Red value is 131 (51.56% from 255 or 44.41% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 131 - color contains mainly: red. Hex color #83584C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83584C is #7CA7B3. Grayscale: #636363. Windows color (decimal): -8169396 or 5003395. OLE color: 5003395.

HSL color Cylindrical-coordinate representation of color #83584C: hue angle of 13.09º 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 #83584C is Cyan = 0, Magento = 0.33, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 88 76 -
CMYK 0 0.33 0.42 0.49
HSL 13.09º 0.27% 0.41% -
HSV(B) 13.09º 0.42% 0.51% -
XYZ 14.15 12.33 8.47 -
YUV 99.49 114.75 150.48 -
System Red Green Blue C M Y K H S L
Decimal 131 88 76 0 0.33 0.42 0.49 13.09 0.27 0.41
Hex 83 58 4C 0 21 2A 31 D 1B 29
Octal 203 130 114 0 41 52 61 15 33 51
Binary 10000011 1011000 1001100 0 100001 101010 110001 1101 11011 101001

Color Harmonies of #83584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83584C

Black with #83584C

Text Example


Text Example

White with #83584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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