Html Css Color HEX #88554F Lotus

📋 copy color: '#88554F'

red 136 ◦ green 85 ◦ blue 79

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

Shades of Lotus #88554F

Tints of Lotus #88554F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.33%

 BLUE value IS 79 (31.25% from 255) = 26.33%

R = 45.33%
G = 28.33%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.47

RGB Variations

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

Color information

#88554F (or 0x88554F) is known color: Lotus. HEX triplet: 88, 55 and 4F. RGB value is (136,85,79). Sum of RGB (Red+Green+Blue) = 136+85+79=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #88554F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88554F is #77AAB0. Grayscale: #636363. Windows color (decimal): -7842481 or 5199240. OLE color: 5199240.

HSL color Cylindrical-coordinate representation of color #88554F: hue angle of 6.32º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88554F is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 85 79 -
CMYK 0 0.38 0.42 0.47
HSL 6.32º 0.27% 0.42% -
HSV(B) 6.32º 0.42% 0.53% -
XYZ 14.81 12.3 8.99 -
YUV 99.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 136 85 79 0 0.38 0.42 0.47 6.32 0.27 0.42
Hex 88 55 4F 0 26 2A 2F 6 1B 2A
Octal 210 125 117 0 46 52 57 6 33 52
Binary 10001000 1010101 1001111 0 100110 101010 101111 110 11011 101010

Color Harmonies of #88554F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88554F

Black with #88554F

Text Example


Text Example

White with #88554F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88554F; }

 p { color: rgb(136,85,79); }

 H1.HeaderClassName
 {
   color: #88554F;
 }
 .AnyTagClassName
 {
   color: #88554F;
 }
</style>

background-color css

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

 a { background-color: rgb(136,85,79); }

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

border-color css

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

 span { border-color: rgb(136,85,79); }

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