Html Css Color HEX #88554A Lotus

📋 copy color: '#88554A'

red 136 ◦ green 85 ◦ blue 74

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

Shades of Lotus #88554A

Tints of Lotus #88554A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 46.1%
G = 28.81%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#88554A (or 0x88554A) is known color: Lotus. HEX triplet: 88, 55 and 4A. RGB value is (136,85,74). Sum of RGB (Red+Green+Blue) = 136+85+74=295 (39% of max value = 765). Red value is 136 (53.52% from 255 or 46.10% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 136 - color contains mainly: red. Hex color #88554A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #88554A is #77AAB5. Grayscale: #636363. Windows color (decimal): -7842486 or 4871560. OLE color: 4871560.

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

Color convert

RGB 136 85 74 -
CMYK 0 0.38 0.46 0.47
HSL 10.65º 0.3% 0.41% -
HSV(B) 10.65º 0.46% 0.53% -
XYZ 14.64 12.23 8.07 -
YUV 99 113.9 154.39 -
System Red Green Blue C M Y K H S L
Decimal 136 85 74 0 0.38 0.46 0.47 10.65 0.3 0.41
Hex 88 55 4A 0 26 2E 2F B 1E 29
Octal 210 125 112 0 46 56 57 13 36 51
Binary 10001000 1010101 1001010 0 100110 101110 101111 1011 11110 101001

Color Harmonies of #88554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88554A

Black with #88554A

Text Example


Text Example

White with #88554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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