#855A48

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

Shades of Spicy Mix #855A48

Tints of Spicy Mix #855A48

Color information

#855A48 (or 0x855A48) is unknown color: approx Spicy Mix. HEX triplet: 85, 5A and 48. RGB value is (133,90,72). Sum of RGB (Red+Green+Blue) = 133+90+72=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #855A48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A48 is #7AA5B7. Grayscale: #646464. Windows color (decimal): -8037816 or 4741765. OLE color: 4741765.

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

Color convert

RGB1339072-
CMYK00.320.460.48
HSL17.7º29.76%40.2%-
HSV(B)17.7º45.86%52.16%-
XYZ14.512.777.83-
YUV100.8111.75150.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 72 (28.52% from 255) = 24.41%
R=45.08%
G=30.51%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133907200.320.460.4817.729.7640.2
Hex855A480202E30121e28
Octal2051321100405660223650
Binary100001011011010100100001000001011101100001001011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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