#875852

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

Shades of Lotus #875852

Tints of Lotus #875852

Color information

#875852 (or 0x875852) is unknown color: approx Lotus. HEX triplet: 87, 58 and 52. RGB value is (135,88,82). Sum of RGB (Red+Green+Blue) = 135+88+82=305 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.26% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 82 (32.42% from 255 or 26.89% from 305); Max value from RGB is 135 - color contains mainly: red. Hex color #875852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875852 is #78A7AD. Grayscale: #656565. Windows color (decimal): -7907246 or 5396615. OLE color: 5396615.

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

Color convert

RGB1358882-
CMYK00.350.390.47
HSL6.79º24.42%42.55%-
HSV(B)6.79º39.26%52.94%-
XYZ1512.749.65-
YUV101.37117.07151.99-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.26%
GREEN value IS 88 (34.77% from 255) = 28.85%
BLUE value IS 82 (32.42% from 255) = 26.89%
R=44.26%
G=28.85%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135888200.350.390.476.7924.4242.55
Hex875852023272F7182b
Octal207130122043475773053
Binary1000011110110001010010010001110011110111111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875852; }

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

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

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

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

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

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

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

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