#88534B

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

Shades of Lotus #88534B

Tints of Lotus #88534B

Color information

#88534B (or 0x88534B) is unknown color: approx Lotus. HEX triplet: 88, 53 and 4B. RGB value is (136,83,75). Sum of RGB (Red+Green+Blue) = 136+83+75=294 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.26% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 136 - color contains mainly: red. Hex color #88534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88534B is #77ACB4. Grayscale: #626262. Windows color (decimal): -7842997 or 4936584. OLE color: 4936584.

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

Color convert

RGB1368375-
CMYK00.390.450.47
HSL7.87º28.91%41.37%-
HSV(B)7.87º44.85%53.33%-
XYZ14.5211.938.19-
YUV97.93115.06155.15-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 46.26%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=46.26%
G=28.23%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136837500.390.450.477.8728.9141.37
Hex88534B0272D2F81d29
Octal2101231130475557103551
Binary10001000101001110010110100111101101101111100011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88534B; }

 p { color: rgb(136,83,75); }

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

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

 a { background-color: rgb(136,83,75); }

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

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

 span { border-color: rgb(136,83,75); }

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