#875652

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

Shades of Lotus #875652

Tints of Lotus #875652

Color information

#875652 (or 0x875652) is unknown color: approx Lotus. HEX triplet: 87, 56 and 52. RGB value is (135,86,82). Sum of RGB (Red+Green+Blue) = 135+86+82=303 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.55% from 303); Green value is 86 (33.98% from 255 or 28.38% from 303); Blue value is 82 (32.42% from 255 or 27.06% from 303); Max value from RGB is 135 - color contains mainly: red. Hex color #875652 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875652 is #78A9AD. Grayscale: #646464. Windows color (decimal): -7907758 or 5396103. OLE color: 5396103.

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

Color convert

RGB1358682-
CMYK00.360.390.47
HSL4.53º24.42%42.55%-
HSV(B)4.53º39.26%52.94%-
XYZ14.8412.429.6-
YUV100.2117.73152.83-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.55%
GREEN value IS 86 (33.98% from 255) = 28.38%
BLUE value IS 82 (32.42% from 255) = 27.06%
R=44.55%
G=28.38%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135868200.360.390.474.5324.4242.55
Hex875652024272F5182b
Octal207126122044475753053
Binary1000011110101101010010010010010011110111110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875652; }

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

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

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

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

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

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

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

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