#875850

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

Shades of Lotus #875850

Tints of Lotus #875850

Color information

#875850 (or 0x875850) is unknown color: approx Lotus. HEX triplet: 87, 58 and 50. RGB value is (135,88,80). Sum of RGB (Red+Green+Blue) = 135+88+80=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875850 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875850 is #78A7AF. Grayscale: #656565. Windows color (decimal): -7907248 or 5265543. OLE color: 5265543.

HSL color Cylindrical-coordinate representation of color #875850: hue angle of 8.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875850 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1358880-
CMYK00.350.410.47
HSL8.73º25.58%42.16%-
HSV(B)8.73º40.74%52.94%-
XYZ14.9312.719.26-
YUV101.14116.07152.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 80 (31.64% from 255) = 26.40%
R=44.55%
G=29.04%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135888000.350.410.478.7325.5842.16
Hex875850023292F91a2a
Octal2071301200435157113252
Binary10000111101100010100000100011101001101111100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875850; }

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

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

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

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

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

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

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

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