Html Css Color HEX #8D5853 Lotus

📋 copy color: '#8D5853'

red 141 ◦ green 88 ◦ blue 83

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

Shades of Lotus #8D5853

Tints of Lotus #8D5853

RGB

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

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

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

R = 45.19%
G = 28.21%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#8D5853 (or 0x8D5853) is known color: Lotus. HEX triplet: 8D, 58 and 53. RGB value is (141,88,83). Sum of RGB (Red+Green+Blue) = 141+88+83=312 (41% of max value = 765). Red value is 141 (55.47% from 255 or 45.19% from 312); Green value is 88 (34.77% from 255 or 28.21% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D5853 is #72A7AC. Grayscale: #676767. Windows color (decimal): -7514029 or 5462157. OLE color: 5462157.

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

Color convert

RGB 141 88 83 -
CMYK 0 0.38 0.41 0.45
HSL 5.17º 0.26% 0.44% -
HSV(B) 5.17º 0.41% 0.55% -
XYZ 16.04 13.27 9.9 -
YUV 103.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 141 88 83 0 0.38 0.41 0.45 5.17 0.26 0.44
Hex 8D 58 53 0 26 29 2D 5 1A 2C
Octal 215 130 123 0 46 51 55 5 32 54
Binary 10001101 1011000 1010011 0 100110 101001 101101 101 11010 101100

Color Harmonies of #8D5853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D5853

Black with #8D5853

Text Example


Text Example

White with #8D5853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,88,83); }

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

background-color css

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

 a { background-color: rgb(141,88,83); }

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

border-color css

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

 span { border-color: rgb(141,88,83); }

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