Html Css Color HEX #88534C Lotus

📋 copy color: '#88534C'

red 136 ◦ green 83 ◦ blue 76

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

Shades of Lotus #88534C

Tints of Lotus #88534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 46.1%
G = 28.14%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#88534C (or 0x88534C) is known color: Lotus. HEX triplet: 88, 53 and 4C. RGB value is (136,83,76). Sum of RGB (Red+Green+Blue) = 136+83+76=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88534C is #77ACB3. Grayscale: #626262. Windows color (decimal): -7842996 or 5002120. OLE color: 5002120.

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

Color convert

RGB 136 83 76 -
CMYK 0 0.39 0.44 0.47
HSL 0.28% 0.42% -
HSV(B) 0.44% 0.53% -
XYZ 14.55 11.94 8.38 -
YUV 98.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 136 83 76 0 0.39 0.44 0.47 7 0.28 0.42
Hex 88 53 4C 0 27 2C 2F 7 1C 2A
Octal 210 123 114 0 47 54 57 7 34 52
Binary 10001000 1010011 1001100 0 100111 101100 101111 111 11100 101010

Color Harmonies of #88534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88534C

Black with #88534C

Text Example


Text Example

White with #88534C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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