#845A48

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

Shades of Spicy Mix #845A48

Tints of Spicy Mix #845A48

Color information

#845A48 (or 0x845A48) is unknown color: approx Spicy Mix. HEX triplet: 84, 5A and 48. RGB value is (132,90,72). Sum of RGB (Red+Green+Blue) = 132+90+72=294 (38% of max value = 765). Red value is 132 (51.95% from 255 or 44.90% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 132 - color contains mainly: red. Hex color #845A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A48 is #7BA5B7. Grayscale: #646464. Windows color (decimal): -8103352 or 4741764. OLE color: 4741764.

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

Color convert

RGB1329072-
CMYK00.320.450.48
HSL18º29.41%40%-
HSV(B)18º45.45%51.76%-
XYZ14.3412.697.82-
YUV100.51111.91150.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.90%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=44.90%
G=30.61%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132907200.320.450.481829.4140
Hex845A480202D30121d28
Octal2041321100405560223550
Binary100001001011010100100001000001011011100001001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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