#855948

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

Shades of Spicy Mix #855948

Tints of Spicy Mix #855948

Color information

#855948 (or 0x855948) is unknown color: approx Spicy Mix. HEX triplet: 85, 59 and 48. RGB value is (133,89,72). Sum of RGB (Red+Green+Blue) = 133+89+72=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 72 (28.52% from 255 or 24.49% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #855948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855948 is #7AA6B7. Grayscale: #646464. Windows color (decimal): -8038072 or 4741509. OLE color: 4741509.

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

Color convert

RGB1338972-
CMYK00.330.460.48
HSL16.72º29.76%40.2%-
HSV(B)16.72º45.86%52.16%-
XYZ14.4112.67.8-
YUV100.22112.08151.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 89 (35.16% from 255) = 30.27%
BLUE value IS 72 (28.52% from 255) = 24.49%
R=45.24%
G=30.27%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133897200.330.460.4816.7229.7640.2
Hex8559480212E30111e28
Octal2051311100415660213650
Binary100001011011001100100001000011011101100001000111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855948; }

 p { color: rgb(133,89,72); }

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

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

 a { background-color: rgb(133,89,72); }

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

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

 span { border-color: rgb(133,89,72); }

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