Html Css Color HEX #88534D Lotus

📋 copy color: '#88534D'

red 136 ◦ green 83 ◦ blue 77

#88534D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #88534D

Tints of Lotus #88534D

RGB

 RED value IS 136 (53.52% from 255) = 45.95%

 GREEN value IS 83 (32.81% from 255) = 28.04%

 BLUE value IS 77 (30.47% from 255) = 26.01%

R = 45.95%
G = 28.04%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#88534D (or 0x88534D) is known color: Lotus. HEX triplet: 88, 53 and 4D. RGB value is (136,83,77). Sum of RGB (Red+Green+Blue) = 136+83+77=296 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.95% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 136 - color contains mainly: red. Hex color #88534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88534D is #77ACB2. Grayscale: #626262. Windows color (decimal): -7842995 or 5067656. OLE color: 5067656.

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

Color convert

RGB 136 83 77 -
CMYK 0 0.39 0.43 0.47
HSL 6.1º 0.28% 0.42% -
HSV(B) 6.1º 0.43% 0.53% -
XYZ 14.59 11.96 8.56 -
YUV 98.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 136 83 77 0 0.39 0.43 0.47 6.1 0.28 0.42
Hex 88 53 4D 0 27 2B 2F 6 1C 2A
Octal 210 123 115 0 47 53 57 6 34 52
Binary 10001000 1010011 1001101 0 100111 101011 101111 110 11100 101010

Color Harmonies of #88534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88534D

Black with #88534D

Text Example


Text Example

White with #88534D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88534D;
 }
 .AnyTagClassName
 {
   color: #88534D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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