#845A50

Color #845A50 Spicy Mix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spicy Mix #845A50

Tints of Spicy Mix #845A50

Color information

#845A50 (or 0x845A50) is unknown color: approx Spicy Mix. HEX triplet: 84, 5A and 50. RGB value is (132,90,80). Sum of RGB (Red+Green+Blue) = 132+90+80=302 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.71% from 302); Green value is 90 (35.55% from 255 or 29.80% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 132 - color contains mainly: red. Hex color #845A50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A50 is #7BA5AF. Grayscale: #656565. Windows color (decimal): -8103344 or 5266052. OLE color: 5266052.

HSL color Cylindrical-coordinate representation of color #845A50: hue angle of 11.54º 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 #845A50 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB1329080-
CMYK00.320.390.48
HSL11.54º24.53%41.57%-
HSV(B)11.54º39.39%51.76%-
XYZ14.6212.89.29-
YUV101.42115.91149.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.71%
GREEN value IS 90 (35.55% from 255) = 29.80%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=43.71%
G=29.80%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132908000.320.390.4811.5424.5341.57
Hex845A500202730c192a
Octal2041321200404760143152
Binary10000100101101010100000100000100111110000110011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A50; }

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

 H1.HeaderClassName
 {
   color: #845A50;
 }
 .AnyTagClassName
 {
   color: #845A50;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #845A50;
 }
 .BgClassName
 {
   background-color: #845A50;
 }
</style>
border-color css

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

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

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