Html Css Color HEX #845950 Spicy Mix

📋 copy color: '#845950'

red 132 ◦ green 89 ◦ blue 80

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

Shades of Spicy Mix #845950

Tints of Spicy Mix #845950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.57%

 BLUE value IS 80 (31.64% from 255) = 26.58%

R = 43.85%
G = 29.57%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.39

 K value IS 0.48

RGB Variations

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

Color information

#845950 (or 0x845950) is known color: Spicy Mix. HEX triplet: 84, 59 and 50. RGB value is (132,89,80). Sum of RGB (Red+Green+Blue) = 132+89+80=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #845950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845950 is #7BA6AF. Grayscale: #646464. Windows color (decimal): -8103600 or 5265796. OLE color: 5265796.

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

Color convert

RGB 132 89 80 -
CMYK 0 0.33 0.39 0.48
HSL 10.38º 0.25% 0.42% -
HSV(B) 10.38º 0.39% 0.52% -
XYZ 14.54 12.63 9.26 -
YUV 100.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 132 89 80 0 0.33 0.39 0.48 10.38 0.25 0.42
Hex 84 59 50 0 21 27 30 A 19 2A
Octal 204 131 120 0 41 47 60 12 31 52
Binary 10000100 1011001 1010000 0 100001 100111 110000 1010 11001 101010

Color Harmonies of #845950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845950

Black with #845950

Text Example


Text Example

White with #845950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845950; }

 p { color: rgb(132,89,80); }

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

background-color css

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

 a { background-color: rgb(132,89,80); }

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

border-color css

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

 span { border-color: rgb(132,89,80); }

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