#855850

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

Shades of Lotus #855850

Tints of Lotus #855850

Color information

#855850 (or 0x855850) is unknown color: approx Lotus. HEX triplet: 85, 58 and 50. RGB value is (133,88,80). Sum of RGB (Red+Green+Blue) = 133+88+80=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #855850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855850 is #7AA7AF. Grayscale: #646464. Windows color (decimal): -8038320 or 5265541. OLE color: 5265541.

HSL color Cylindrical-coordinate representation of color #855850: hue angle of 9.06º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #855850 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB1338880-
CMYK00.340.400.48
HSL9.06º24.88%41.76%-
HSV(B)9.06º39.85%52.16%-
XYZ14.6112.559.24-
YUV100.54116.41151.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.19%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=44.19%
G=29.24%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133888000.340.400.489.0624.8841.76
Hex85585002228309192a
Octal2051301200425060113152
Binary10000101101100010100000100010101000110000100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855850; }

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

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

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

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

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

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

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

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