Html Css Color HEX #885350 Lotus

📋 copy color: '#885350'

red 136 ◦ green 83 ◦ blue 80

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

Shades of Lotus #885350

Tints of Lotus #885350

RGB

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

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

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

R = 45.48%
G = 27.76%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#885350 (or 0x885350) is known color: Lotus. HEX triplet: 88, 53 and 50. RGB value is (136,83,80). Sum of RGB (Red+Green+Blue) = 136+83+80=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 80 (31.64% from 255 or 26.76% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #885350 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885350 is #77ACAF. Grayscale: #626262. Windows color (decimal): -7842992 or 5264264. OLE color: 5264264.

HSL color Cylindrical-coordinate representation of color #885350: hue angle of 3.21º 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 #885350 is Cyan = 0, Magento = 0.39, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 83 80 -
CMYK 0 0.39 0.41 0.47
HSL 3.21º 0.26% 0.42% -
HSV(B) 3.21º 0.41% 0.53% -
XYZ 14.69 12 9.13 -
YUV 98.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 136 83 80 0 0.39 0.41 0.47 3.21 0.26 0.42
Hex 88 53 50 0 27 29 2F 3 1A 2A
Octal 210 123 120 0 47 51 57 3 32 52
Binary 10001000 1010011 1010000 0 100111 101001 101111 11 11010 101010

Color Harmonies of #885350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885350

Black with #885350

Text Example


Text Example

White with #885350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885350; }

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

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

background-color css

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

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

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

border-color css

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

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

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