#875350

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

Shades of Lotus #875350

Tints of Lotus #875350

Color information

#875350 (or 0x875350) is unknown color: approx Lotus. HEX triplet: 87, 53 and 50. RGB value is (135,83,80). Sum of RGB (Red+Green+Blue) = 135+83+80=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 83 (32.81% from 255 or 27.85% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875350 is #78ACAF. Grayscale: #626262. Windows color (decimal): -7908528 or 5264263. OLE color: 5264263.

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

Color convert

RGB1358380-
CMYK00.390.410.47
HSL3.27º25.58%42.16%-
HSV(B)3.27º40.74%52.94%-
XYZ14.5311.929.12-
YUV98.21117.73154.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 83 (32.81% from 255) = 27.85%
BLUE value IS 80 (31.64% from 255) = 26.85%
R=45.30%
G=27.85%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135838000.390.410.473.2725.5842.16
Hex875350027292F31a2a
Octal207123120047515733252
Binary100001111010011101000001001111010011011111111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875350; }

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

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

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

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

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

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

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

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