#875251

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

Shades of Lotus #875251

Tints of Lotus #875251

Color information

#875251 (or 0x875251) is unknown color: approx Lotus. HEX triplet: 87, 52 and 51. RGB value is (135,82,81). Sum of RGB (Red+Green+Blue) = 135+82+81=298 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.30% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 81 (32.03% from 255 or 27.18% from 298); Max value from RGB is 135 - color contains mainly: red. Hex color #875251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875251 is #78ADAE. Grayscale: #616161. Windows color (decimal): -7908783 or 5329543. OLE color: 5329543.

HSL color Cylindrical-coordinate representation of color #875251: hue angle of 1.11º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875251 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB1358281-
CMYK00.390.400.47
HSL1.11º25%42.35%-
HSV(B)1.11º40%52.94%-
XYZ14.4911.789.29-
YUV97.73118.56154.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.30%
GREEN value IS 82 (32.42% from 255) = 27.52%
BLUE value IS 81 (32.03% from 255) = 27.18%
R=45.30%
G=27.52%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135828100.390.400.471.112542.35
Hex875251027282F1192a
Octal207122121047505713152
Binary10000111101001010100010100111101000101111111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875251; }

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

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

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

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

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

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

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

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