#875954

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

Shades of Lotus #875954

Tints of Lotus #875954

Color information

#875954 (or 0x875954) is unknown color: approx Lotus. HEX triplet: 87, 59 and 54. RGB value is (135,89,84). Sum of RGB (Red+Green+Blue) = 135+89+84=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 84 (33.20% from 255 or 27.27% from 308); Max value from RGB is 135 - color contains mainly: red. Hex color #875954 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875954 is #78A6AB. Grayscale: #666666. Windows color (decimal): -7906988 or 5527943. OLE color: 5527943.

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

Color convert

RGB1358984-
CMYK00.340.380.47
HSL5.88º23.29%42.94%-
HSV(B)5.88º37.78%52.94%-
XYZ15.1612.9410.09-
YUV102.18117.74151.41-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 84 (33.20% from 255) = 27.27%
R=43.83%
G=28.90%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135898400.340.380.475.8823.2942.94
Hex875954022262F6172b
Octal207131124042465762753
Binary1000011110110011010100010001010011010111111010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875954; }

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

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

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

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

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

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

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

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