Html Css Color HEX #845849 Spicy Mix

📋 copy color: '#845849'

red 132 ◦ green 88 ◦ blue 73

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

Shades of Spicy Mix #845849

Tints of Spicy Mix #845849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.91%

R = 45.05%
G = 30.03%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#845849 (or 0x845849) is known color: Spicy Mix. HEX triplet: 84, 58 and 49. RGB value is (132,88,73). Sum of RGB (Red+Green+Blue) = 132+88+73=293 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.05% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 132 - color contains mainly: red. Hex color #845849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845849 is #7BA7B6. Grayscale: #636363. Windows color (decimal): -8103863 or 4806788. OLE color: 4806788.

HSL color Cylindrical-coordinate representation of color #845849: hue angle of 15.25º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #845849 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 88 73 -
CMYK 0 0.33 0.45 0.48
HSL 15.25º 0.29% 0.4% -
HSV(B) 15.25º 0.45% 0.52% -
XYZ 14.21 12.37 7.94 -
YUV 99.45 113.08 151.22 -
System Red Green Blue C M Y K H S L
Decimal 132 88 73 0 0.33 0.45 0.48 15.25 0.29 0.4
Hex 84 58 49 0 21 2D 30 F 1D 28
Octal 204 130 111 0 41 55 60 17 35 50
Binary 10000100 1011000 1001001 0 100001 101101 110000 1111 11101 101000

Color Harmonies of #845849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845849

Black with #845849

Text Example


Text Example

White with #845849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845849; }

 p { color: rgb(132,88,73); }

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

background-color css

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

 a { background-color: rgb(132,88,73); }

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

border-color css

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

 span { border-color: rgb(132,88,73); }

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