Html Css Color HEX #8D524F Lotus

📋 copy color: '#8D524F'

red 141 ◦ green 82 ◦ blue 79

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

Shades of Lotus #8D524F

Tints of Lotus #8D524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.15%

 BLUE value IS 79 (31.25% from 255) = 26.16%

R = 46.69%
G = 27.15%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8D524F (or 0x8D524F) is known color: Lotus. HEX triplet: 8D, 52 and 4F. RGB value is (141,82,79). Sum of RGB (Red+Green+Blue) = 141+82+79=302 (40% of max value = 765). Red value is 141 (55.47% from 255 or 46.69% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 141 - color contains mainly: red. Hex color #8D524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D524F is #72ADB0. Grayscale: #636363. Windows color (decimal): -7515569 or 5198477. OLE color: 5198477.

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

Color convert

RGB 141 82 79 -
CMYK 0 0.42 0.44 0.45
HSL 2.9º 0.28% 0.43% -
HSV(B) 2.9º 0.44% 0.55% -
XYZ 15.41 12.26 8.95 -
YUV 99.3 116.55 157.74 -
System Red Green Blue C M Y K H S L
Decimal 141 82 79 0 0.42 0.44 0.45 2.9 0.28 0.43
Hex 8D 52 4F 0 2A 2C 2D 3 1C 2B
Octal 215 122 117 0 52 54 55 3 34 53
Binary 10001101 1010010 1001111 0 101010 101100 101101 11 11100 101011

Color Harmonies of #8D524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D524F

Black with #8D524F

Text Example


Text Example

White with #8D524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,82,79); }

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

background-color css

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

 a { background-color: rgb(141,82,79); }

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

border-color css

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

 span { border-color: rgb(141,82,79); }

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