#875452

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

Shades of Lotus #875452

Tints of Lotus #875452

Color information

#875452 (or 0x875452) is unknown color: approx Lotus. HEX triplet: 87, 54 and 52. RGB value is (135,84,82). Sum of RGB (Red+Green+Blue) = 135+84+82=301 (39% of max value = 765). Red value is 135 (53.12% from 255 or 44.85% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 82 (32.42% from 255 or 27.24% from 301); Max value from RGB is 135 - color contains mainly: red. Hex color #875452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875452 is #78ABAD. Grayscale: #636363. Windows color (decimal): -7908270 or 5395591. OLE color: 5395591.

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

Color convert

RGB1358482-
CMYK00.380.390.47
HSL2.26º24.42%42.55%-
HSV(B)2.26º39.26%52.94%-
XYZ14.6812.19.54-
YUV99.02118.4153.66-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.85%
GREEN value IS 84 (33.20% from 255) = 27.91%
BLUE value IS 82 (32.42% from 255) = 27.24%
R=44.85%
G=27.91%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135848200.380.390.472.2624.4242.55
Hex875452026272F2182b
Octal207124122046475723053
Binary100001111010100101001001001101001111011111011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875452; }

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

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

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

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

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

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

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

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