#88564A

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

Shades of Lotus #88564A

Tints of Lotus #88564A

Color information

#88564A (or 0x88564A) is unknown color: approx Lotus. HEX triplet: 88, 56 and 4A. RGB value is (136,86,74). Sum of RGB (Red+Green+Blue) = 136+86+74=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88564A is #77A9B5. Grayscale: #636363. Windows color (decimal): -7842230 or 4871816. OLE color: 4871816.

HSL color Cylindrical-coordinate representation of color #88564A: hue angle of 11.61º 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 #88564A is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB1368674-
CMYK00.370.460.47
HSL11.61º29.52%41.18%-
HSV(B)11.61º45.59%53.33%-
XYZ14.7212.388.09-
YUV99.58113.56153.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.95%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 74 (29.30% from 255) = 25%
R=45.95%
G=29.05%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136867400.370.460.4711.6129.5241.18
Hex88564A0252E2Fc1e29
Octal2101261120455657143651
Binary10001000101011010010100100101101110101111110011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88564A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88564A; }

 p { color: rgb(136,86,74); }

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

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

 a { background-color: rgb(136,86,74); }

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

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

 span { border-color: rgb(136,86,74); }

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