Html Css Color HEX #8D554B Lotus

📋 copy color: '#8D554B'

red 141 ◦ green 85 ◦ blue 75

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

Shades of Lotus #8D554B

Tints of Lotus #8D554B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 24.92%

R = 46.84%
G = 28.24%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8D554B (or 0x8D554B) is known color: Lotus. HEX triplet: 8D, 55 and 4B. RGB value is (141,85,75). Sum of RGB (Red+Green+Blue) = 141+85+75=301 (39% of max value = 765). Red value is 141 (55.47% from 255 or 46.84% from 301); Green value is 85 (33.59% from 255 or 28.24% from 301); Blue value is 75 (29.69% from 255 or 24.92% from 301); Max value from RGB is 141 - color contains mainly: red. Hex color #8D554B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8D554B is #72AAB4. Grayscale: #646464. Windows color (decimal): -7514805 or 4937101. OLE color: 4937101.

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

Color convert

RGB 141 85 75 -
CMYK 0 0.40 0.47 0.45
HSL 9.09º 0.31% 0.42% -
HSV(B) 9.09º 0.47% 0.55% -
XYZ 15.5 12.67 8.28 -
YUV 100.6 113.55 156.81 -
System Red Green Blue C M Y K H S L
Decimal 141 85 75 0 0.40 0.47 0.45 9.09 0.31 0.42
Hex 8D 55 4B 0 28 2F 2D 9 1F 2A
Octal 215 125 113 0 50 57 55 11 37 52
Binary 10001101 1010101 1001011 0 101000 101111 101101 1001 11111 101010

Color Harmonies of #8D554B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D554B

Black with #8D554B

Text Example


Text Example

White with #8D554B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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