Html Css Color HEX #8C5249 Lotus

📋 copy color: '#8C5249'

red 140 ◦ green 82 ◦ blue 73

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

Shades of Lotus #8C5249

Tints of Lotus #8C5249

RGB

 RED value IS 140 (55.08% from 255) = 47.46%

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

 BLUE value IS 73 (28.91% from 255) = 24.75%

R = 47.46%
G = 27.8%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#8C5249 (or 0x8C5249) is known color: Lotus. HEX triplet: 8C, 52 and 49. RGB value is (140,82,73). Sum of RGB (Red+Green+Blue) = 140+82+73=295 (39% of max value = 765). Red value is 140 (55.08% from 255 or 47.46% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8C5249 is #73ADB6. Grayscale: #626262. Windows color (decimal): -7581111 or 4805260. OLE color: 4805260.

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

Color convert

RGB 140 82 73 -
CMYK 0 0.41 0.48 0.45
HSL 8.06º 0.31% 0.42% -
HSV(B) 8.06º 0.48% 0.55% -
XYZ 15.04 12.09 7.84 -
YUV 98.32 113.72 157.73 -
System Red Green Blue C M Y K H S L
Decimal 140 82 73 0 0.41 0.48 0.45 8.06 0.31 0.42
Hex 8C 52 49 0 29 30 2D 8 1F 2A
Octal 214 122 111 0 51 60 55 10 37 52
Binary 10001100 1010010 1001001 0 101001 110000 101101 1000 11111 101010

Color Harmonies of #8C5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5249

Black with #8C5249

Text Example


Text Example

White with #8C5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,82,73); }

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

background-color css

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

 a { background-color: rgb(140,82,73); }

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

border-color css

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

 span { border-color: rgb(140,82,73); }

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