Html Css Color HEX #8D5554 Lotus

📋 copy color: '#8D5554'

red 141 ◦ green 85 ◦ blue 84

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

Shades of Lotus #8D5554

Tints of Lotus #8D5554

RGB

 RED value IS 141 (55.47% from 255) = 45.48%

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

 BLUE value IS 84 (33.2% from 255) = 27.1%

R = 45.48%
G = 27.42%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.40

 K value IS 0.45

RGB Variations

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

Color information

#8D5554 (or 0x8D5554) is known color: Lotus. HEX triplet: 8D, 55 and 54. RGB value is (141,85,84). Sum of RGB (Red+Green+Blue) = 141+85+84=310 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.48% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5554 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5554 is #72AAAB. Grayscale: #656565. Windows color (decimal): -7514796 or 5526925. OLE color: 5526925.

HSL color Cylindrical-coordinate representation of color #8D5554: hue angle of 1.05º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8D5554 is Cyan = 0, Magento = 0.40, Yellow = 0.40 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 85 84 -
CMYK 0 0.40 0.40 0.45
HSL 1.05º 0.25% 0.44% -
HSV(B) 1.05º 0.4% 0.55% -
XYZ 15.83 12.8 10.02 -
YUV 101.63 118.05 156.08 -
System Red Green Blue C M Y K H S L
Decimal 141 85 84 0 0.40 0.40 0.45 1.05 0.25 0.44
Hex 8D 55 54 0 28 28 2D 1 19 2C
Octal 215 125 124 0 50 50 55 1 31 54
Binary 10001101 1010101 1010100 0 101000 101000 101101 1 11001 101100

Color Harmonies of #8D5554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5554

Black with #8D5554

Text Example


Text Example

White with #8D5554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D5554; }

 p { color: rgb(141,85,84); }

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

background-color css

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

 a { background-color: rgb(141,85,84); }

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

border-color css

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

 span { border-color: rgb(141,85,84); }

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