Html Css Color HEX #885855 Lotus

📋 copy color: '#885855'

red 136 ◦ green 88 ◦ blue 85

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

Shades of Lotus #885855

Tints of Lotus #885855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.48%

 BLUE value IS 85 (33.59% from 255) = 27.51%

R = 44.01%
G = 28.48%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#885855 (or 0x885855) is known color: Lotus. HEX triplet: 88, 58 and 55. RGB value is (136,88,85). Sum of RGB (Red+Green+Blue) = 136+88+85=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #885855 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885855 is #77A7AA. Grayscale: #666666. Windows color (decimal): -7841707 or 5593224. OLE color: 5593224.

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

Color convert

RGB 136 88 85 -
CMYK 0 0.35 0.38 0.47
HSL 3.53º 0.23% 0.43% -
HSV(B) 3.53º 0.38% 0.53% -
XYZ 15.28 12.87 10.27 -
YUV 102.01 118.4 152.24 -
System Red Green Blue C M Y K H S L
Decimal 136 88 85 0 0.35 0.38 0.47 3.53 0.23 0.43
Hex 88 58 55 0 23 26 2F 4 17 2B
Octal 210 130 125 0 43 46 57 4 27 53
Binary 10001000 1011000 1010101 0 100011 100110 101111 100 10111 101011

Color Harmonies of #885855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885855

Black with #885855

Text Example


Text Example

White with #885855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885855; }

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

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

background-color css

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

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

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

border-color css

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

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

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