Html Css Color HEX #84604D Spicy Mix

📋 copy color: '#84604D'

red 132 ◦ green 96 ◦ blue 77

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

Shades of Spicy Mix #84604D

Tints of Spicy Mix #84604D

RGB

 RED value IS 132 (51.95% from 255) = 43.28%

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

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

R = 43.28%
G = 31.48%
B = 25.25%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#84604D (or 0x84604D) is known color: Spicy Mix. HEX triplet: 84, 60 and 4D. RGB value is (132,96,77). Sum of RGB (Red+Green+Blue) = 132+96+77=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #84604D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84604D is #7B9FB2. Grayscale: #686868. Windows color (decimal): -8101811 or 5070980. OLE color: 5070980.

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

Color convert

RGB 132 96 77 -
CMYK 0 0.27 0.42 0.48
HSL 20.73º 0.26% 0.41% -
HSV(B) 20.73º 0.42% 0.52% -
XYZ 15.04 13.81 8.89 -
YUV 104.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 132 96 77 0 0.27 0.42 0.48 20.73 0.26 0.41
Hex 84 60 4D 0 1B 2A 30 15 1A 29
Octal 204 140 115 0 33 52 60 25 32 51
Binary 10000100 1100000 1001101 0 11011 101010 110000 10101 11010 101001

Color Harmonies of #84604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84604D

Black with #84604D

Text Example


Text Example

White with #84604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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