#875854

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

Shades of Lotus #875854

Tints of Lotus #875854

Color information

#875854 (or 0x875854) is unknown color: approx Lotus. HEX triplet: 87, 58 and 54. RGB value is (135,88,84). Sum of RGB (Red+Green+Blue) = 135+88+84=307 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.97% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 135 - color contains mainly: red. Hex color #875854 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875854 is #78A7AB. Grayscale: #656565. Windows color (decimal): -7907244 or 5527687. OLE color: 5527687.

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

Color convert

RGB1358884-
CMYK00.350.380.47
HSL4.71º23.29%42.94%-
HSV(B)4.71º37.78%52.94%-
XYZ15.0812.7710.06-
YUV101.6118.07151.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.97%
GREEN value IS 88 (34.77% from 255) = 28.66%
BLUE value IS 84 (33.20% from 255) = 27.36%
R=43.97%
G=28.66%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135888400.350.380.474.7123.2942.94
Hex875854023262F5172b
Octal207130124043465752753
Binary1000011110110001010100010001110011010111110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875854; }

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

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

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

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

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

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

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

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