Html Css Color HEX #8B5249 Lotus

📋 copy color: '#8B5249'

red 139 ◦ green 82 ◦ blue 73

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

Shades of Lotus #8B5249

Tints of Lotus #8B5249

RGB

 RED value IS 139 (54.69% from 255) = 47.28%

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

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

R = 47.28%
G = 27.89%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#8B5249 (or 0x8B5249) is known color: Lotus. HEX triplet: 8B, 52 and 49. RGB value is (139,82,73). Sum of RGB (Red+Green+Blue) = 139+82+73=294 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.28% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B5249 is #74ADB6. Grayscale: #626262. Windows color (decimal): -7646647 or 4805259. OLE color: 4805259.

HSL color Cylindrical-coordinate representation of color #8B5249: hue angle of 8.18º 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 #8B5249 is Cyan = 0, Magento = 0.41, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 82 73 -
CMYK 0 0.41 0.47 0.45
HSL 8.18º 0.31% 0.42% -
HSV(B) 8.18º 0.47% 0.55% -
XYZ 14.87 12 7.84 -
YUV 98.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 139 82 73 0 0.41 0.47 0.45 8.18 0.31 0.42
Hex 8B 52 49 0 29 2F 2D 8 1F 2A
Octal 213 122 111 0 51 57 55 10 37 52
Binary 10001011 1010010 1001001 0 101001 101111 101101 1000 11111 101010

Color Harmonies of #8B5249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B5249

Black with #8B5249

Text Example


Text Example

White with #8B5249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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