Html Css Color HEX #8E5251 Lotus

📋 copy color: '#8E5251'

red 142 ◦ green 82 ◦ blue 81

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

Shades of Lotus #8E5251

Tints of Lotus #8E5251

RGB

 RED value IS 142 (55.86% from 255) = 46.56%

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

 BLUE value IS 81 (32.03% from 255) = 26.56%

R = 46.56%
G = 26.89%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.44

RGB Variations

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

Color information

#8E5251 (or 0x8E5251) is known color: Lotus. HEX triplet: 8E, 52 and 51. RGB value is (142,82,81). Sum of RGB (Red+Green+Blue) = 142+82+81=305 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.56% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5251 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5251 is #71ADAE. Grayscale: #636363. Windows color (decimal): -7450031 or 5329550. OLE color: 5329550.

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

Color convert

RGB 142 82 81 -
CMYK 0 0.42 0.43 0.44
HSL 0.98º 0.27% 0.44% -
HSV(B) 0.98º 0.43% 0.56% -
XYZ 15.66 12.38 9.35 -
YUV 99.83 117.38 158.08 -
System Red Green Blue C M Y K H S L
Decimal 142 82 81 0 0.42 0.43 0.44 0.98 0.27 0.44
Hex 8E 52 51 0 2A 2B 2C 1 1B 2C
Octal 216 122 121 0 52 53 54 1 33 54
Binary 10001110 1010010 1010001 0 101010 101011 101100 1 11011 101100

Color Harmonies of #8E5251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5251

Black with #8E5251

Text Example


Text Example

White with #8E5251

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,82,81); }

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

background-color css

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

 a { background-color: rgb(142,82,81); }

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

border-color css

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

 span { border-color: rgb(142,82,81); }

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