Html Css Color HEX #885553 Lotus

📋 copy color: '#885553'

red 136 ◦ green 85 ◦ blue 83

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

Shades of Lotus #885553

Tints of Lotus #885553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.3%

R = 44.74%
G = 27.96%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#885553 (or 0x885553) is known color: Lotus. HEX triplet: 88, 55 and 53. RGB value is (136,85,83). Sum of RGB (Red+Green+Blue) = 136+85+83=304 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.74% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 136 - color contains mainly: red. Hex color #885553 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885553 is #77AAAC. Grayscale: #646464. Windows color (decimal): -7842477 or 5461384. OLE color: 5461384.

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

Color convert

RGB 136 85 83 -
CMYK 0 0.38 0.39 0.47
HSL 2.26º 0.24% 0.43% -
HSV(B) 2.26º 0.39% 0.53% -
XYZ 14.96 12.36 9.78 -
YUV 100.02 118.4 153.66 -
System Red Green Blue C M Y K H S L
Decimal 136 85 83 0 0.38 0.39 0.47 2.26 0.24 0.43
Hex 88 55 53 0 26 27 2F 2 18 2B
Octal 210 125 123 0 46 47 57 2 30 53
Binary 10001000 1010101 1010011 0 100110 100111 101111 10 11000 101011

Color Harmonies of #885553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885553

Black with #885553

Text Example


Text Example

White with #885553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885553; }

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

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

background-color css

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

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

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

border-color css

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

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

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