#845A51

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

Shades of Spicy Mix #845A51

Tints of Spicy Mix #845A51

Color information

#845A51 (or 0x845A51) is unknown color: approx Spicy Mix. HEX triplet: 84, 5A and 51. RGB value is (132,90,81). Sum of RGB (Red+Green+Blue) = 132+90+81=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 81 (32.03% from 255 or 26.73% from 303); Max value from RGB is 132 - color contains mainly: red. Hex color #845A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845A51 is #7BA5AE. Grayscale: #656565. Windows color (decimal): -8103343 or 5331588. OLE color: 5331588.

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

Color convert

RGB1329081-
CMYK00.320.390.48
HSL10.59º23.94%41.76%-
HSV(B)10.59º38.64%51.76%-
XYZ14.6612.819.49-
YUV101.53116.41149.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 81 (32.03% from 255) = 26.73%
R=43.56%
G=29.70%
B=26.73%

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
Decimal132908100.320.390.4810.5923.9441.76
Hex845A510202730b182a
Octal2041321210404760133052
Binary10000100101101010100010100000100111110000101111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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