Html Css Color HEX #83604D Spicy Mix

📋 copy color: '#83604D'

red 131 ◦ green 96 ◦ blue 77

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

Shades of Spicy Mix #83604D

Tints of Spicy Mix #83604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 31.58%

 BLUE value IS 77 (30.47% from 255) = 25.33%

R = 43.09%
G = 31.58%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#83604D (or 0x83604D) is known color: Spicy Mix. HEX triplet: 83, 60 and 4D. RGB value is (131,96,77). Sum of RGB (Red+Green+Blue) = 131+96+77=304 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.09% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 131 - color contains mainly: red. Hex color #83604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83604D is #7C9FB2. Grayscale: #686868. Windows color (decimal): -8167347 or 5070979. OLE color: 5070979.

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

Color convert

RGB 131 96 77 -
CMYK 0 0.27 0.41 0.49
HSL 21.11º 0.26% 0.41% -
HSV(B) 21.11º 0.41% 0.51% -
XYZ 14.88 13.73 8.89 -
YUV 104.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 131 96 77 0 0.27 0.41 0.49 21.11 0.26 0.41
Hex 83 60 4D 0 1B 29 31 15 1A 29
Octal 203 140 115 0 33 51 61 25 32 51
Binary 10000011 1100000 1001101 0 11011 101001 110001 10101 11010 101001

Color Harmonies of #83604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83604D

Black with #83604D

Text Example


Text Example

White with #83604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83604D; }

 p { color: rgb(131,96,77); }

 H1.HeaderClassName
 {
   color: #83604D;
 }
 .AnyTagClassName
 {
   color: #83604D;
 }
</style>

background-color css

<style>
 a { background-color: #83604D; }

 a { background-color: rgb(131,96,77); }

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

border-color css

<style>
 span { border-color: #83604D; }

 span { border-color: rgb(131,96,77); }

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