#855048

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

Shades of Lotus #855048

Tints of Lotus #855048

Color information

#855048 (or 0x855048) is unknown color: approx Lotus. HEX triplet: 85, 50 and 48. RGB value is (133,80,72). Sum of RGB (Red+Green+Blue) = 133+80+72=285 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.67% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 72 (28.52% from 255 or 25.26% from 285); Max value from RGB is 133 - color contains mainly: red. Hex color #855048 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855048 is #7AAFB7. Grayscale: #5F5F5F. Windows color (decimal): -8040376 or 4739205. OLE color: 4739205.

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

Color convert

RGB1338072-
CMYK00.400.460.48
HSL7.87º29.76%40.2%-
HSV(B)7.87º45.86%52.16%-
XYZ13.7111.197.57-
YUV94.93115.06155.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.67%
GREEN value IS 80 (31.64% from 255) = 28.07%
BLUE value IS 72 (28.52% from 255) = 25.26%
R=46.67%
G=28.07%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133807200.400.460.487.8729.7640.2
Hex8550480282E3081e28
Octal2051201100505660103650
Binary10000101101000010010000101000101110110000100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855048; }

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

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

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

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

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

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

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

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