#875950

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

Shades of Lotus #875950

Tints of Lotus #875950

Color information

#875950 (or 0x875950) is unknown color: approx Lotus. HEX triplet: 87, 59 and 50. RGB value is (135,89,80). Sum of RGB (Red+Green+Blue) = 135+89+80=304 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.41% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 135 - color contains mainly: red. Hex color #875950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875950 is #78A6AF. Grayscale: #656565. Windows color (decimal): -7906992 or 5265799. OLE color: 5265799.

HSL color Cylindrical-coordinate representation of color #875950: hue angle of 9.82º 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 #875950 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB1358980-
CMYK00.340.410.47
HSL9.82º25.58%42.16%-
HSV(B)9.82º40.74%52.94%-
XYZ15.0112.879.28-
YUV101.73115.74151.73-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.41%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 80 (31.64% from 255) = 26.32%
R=44.41%
G=29.28%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135898000.340.410.479.8225.5842.16
Hex875950022292Fa1a2a
Octal2071311200425157123252
Binary10000111101100110100000100010101001101111101011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875950; }

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

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

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

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

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

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

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

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