#875049

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

Shades of Lotus #875049

Tints of Lotus #875049

Color information

#875049 (or 0x875049) is unknown color: approx Lotus. HEX triplet: 87, 50 and 49. RGB value is (135,80,73). Sum of RGB (Red+Green+Blue) = 135+80+73=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 73 (28.91% from 255 or 25.35% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875049 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875049 is #78AFB6. Grayscale: #5F5F5F. Windows color (decimal): -7909303 or 4804743. OLE color: 4804743.

HSL color Cylindrical-coordinate representation of color #875049: hue angle of 6.77º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #875049 is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1358073-
CMYK00.410.460.47
HSL6.77º29.81%40.78%-
HSV(B)6.77º45.93%52.94%-
XYZ14.0611.377.76-
YUV95.65115.22156.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.88%
GREEN value IS 80 (31.64% from 255) = 27.78%
BLUE value IS 73 (28.91% from 255) = 25.35%
R=46.88%
G=27.78%
B=25.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135807300.410.460.476.7729.8140.78
Hex8750490292E2F71e29
Octal207120111051565773651
Binary1000011110100001001001010100110111010111111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875049; }

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

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

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

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

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

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

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

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