#875453

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

Shades of Lotus #875453

Tints of Lotus #875453

Color information

#875453 (or 0x875453) is unknown color: approx Lotus. HEX triplet: 87, 54 and 53. RGB value is (135,84,83). Sum of RGB (Red+Green+Blue) = 135+84+83=302 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.70% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 135 - color contains mainly: red. Hex color #875453 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #875453 is #78ABAC. Grayscale: #636363. Windows color (decimal): -7908269 or 5461127. OLE color: 5461127.

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

Color convert

RGB1358483-
CMYK00.380.390.47
HSL1.15º23.85%42.75%-
HSV(B)1.15º38.52%52.94%-
XYZ14.7212.129.75-
YUV99.14118.9153.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.70%
GREEN value IS 84 (33.20% from 255) = 27.81%
BLUE value IS 83 (32.81% from 255) = 27.48%
R=44.70%
G=27.81%
B=27.48%

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
Decimal135848300.380.390.471.1523.8542.75
Hex875453026272F1182b
Octal207124123046475713053
Binary10000111101010010100110100110100111101111111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875453; }

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

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

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

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

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

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

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

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