Html Css Color HEX #885950 Lotus

📋 copy color: '#885950'

red 136 ◦ green 89 ◦ blue 80

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

Shades of Lotus #885950

Tints of Lotus #885950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.18%

 BLUE value IS 80 (31.64% from 255) = 26.23%

R = 44.59%
G = 29.18%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#885950 (or 0x885950) is known color: Lotus. HEX triplet: 88, 59 and 50. RGB value is (136,89,80). Sum of RGB (Red+Green+Blue) = 136+89+80=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 80 (31.64% from 255 or 26.23% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #885950 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885950 is #77A6AF. Grayscale: #666666. Windows color (decimal): -7841456 or 5265800. OLE color: 5265800.

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

Color convert

RGB 136 89 80 -
CMYK 0 0.35 0.41 0.47
HSL 9.64º 0.26% 0.42% -
HSV(B) 9.64º 0.41% 0.53% -
XYZ 15.17 12.96 9.29 -
YUV 102.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 136 89 80 0 0.35 0.41 0.47 9.64 0.26 0.42
Hex 88 59 50 0 23 29 2F A 1A 2A
Octal 210 131 120 0 43 51 57 12 32 52
Binary 10001000 1011001 1010000 0 100011 101001 101111 1010 11010 101010

Color Harmonies of #885950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885950

Black with #885950

Text Example


Text Example

White with #885950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885950; }

 p { color: rgb(136,89,80); }

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

background-color css

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

 a { background-color: rgb(136,89,80); }

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

border-color css

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

 span { border-color: rgb(136,89,80); }

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