#875951

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

Shades of Lotus #875951

Tints of Lotus #875951

Color information

#875951 (or 0x875951) is unknown color: approx Lotus. HEX triplet: 87, 59 and 51. RGB value is (135,89,81). Sum of RGB (Red+Green+Blue) = 135+89+81=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875951 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875951 is #78A6AE. Grayscale: #656565. Windows color (decimal): -7906991 or 5331335. OLE color: 5331335.

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

Color convert

RGB1358981-
CMYK00.340.400.47
HSL8.89º25%42.35%-
HSV(B)8.89º40%52.94%-
XYZ15.0512.899.48-
YUV101.84116.24151.65-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 89 (35.16% from 255) = 29.18%
BLUE value IS 81 (32.03% from 255) = 26.56%
R=44.26%
G=29.18%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135898100.340.400.478.892542.35
Hex875951022282F9192a
Octal2071311210425057113152
Binary10000111101100110100010100010101000101111100111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875951; }

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

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

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

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

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

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

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

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