Html Css Color HEX #8D524C Lotus

📋 copy color: '#8D524C'

red 141 ◦ green 82 ◦ blue 76

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

Shades of Lotus #8D524C

Tints of Lotus #8D524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.42%

R = 47.16%
G = 27.42%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8D524C (or 0x8D524C) is known color: Lotus. HEX triplet: 8D, 52 and 4C. RGB value is (141,82,76). Sum of RGB (Red+Green+Blue) = 141+82+76=299 (39% of max value = 765). Red value is 141 (55.47% from 255 or 47.16% from 299); Green value is 82 (32.42% from 255 or 27.42% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 141 - color contains mainly: red. Hex color #8D524C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D524C is #72ADB3. Grayscale: #636363. Windows color (decimal): -7515572 or 5001869. OLE color: 5001869.

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

Color convert

RGB 141 82 76 -
CMYK 0 0.42 0.46 0.45
HSL 5.54º 0.3% 0.43% -
HSV(B) 5.54º 0.46% 0.55% -
XYZ 15.31 12.22 8.39 -
YUV 98.96 115.05 157.99 -
System Red Green Blue C M Y K H S L
Decimal 141 82 76 0 0.42 0.46 0.45 5.54 0.3 0.43
Hex 8D 52 4C 0 2A 2E 2D 6 1E 2B
Octal 215 122 114 0 52 56 55 6 36 53
Binary 10001101 1010010 1001100 0 101010 101110 101101 110 11110 101011

Color Harmonies of #8D524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D524C

Black with #8D524C

Text Example


Text Example

White with #8D524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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