Html Css Color HEX #8B584E Lotus

📋 copy color: '#8B584E'

red 139 ◦ green 88 ◦ blue 78

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

Shades of Lotus #8B584E

Tints of Lotus #8B584E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 78 (30.86% from 255) = 25.57%

R = 45.57%
G = 28.85%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.45

RGB Variations

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

Color information

#8B584E (or 0x8B584E) is known color: Lotus. HEX triplet: 8B, 58 and 4E. RGB value is (139,88,78). Sum of RGB (Red+Green+Blue) = 139+88+78=305 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.57% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 139 - color contains mainly: red. Hex color #8B584E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B584E is #74A7B1. Grayscale: #666666. Windows color (decimal): -7645106 or 5134475. OLE color: 5134475.

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

Color convert

RGB 139 88 78 -
CMYK 0 0.37 0.44 0.45
HSL 9.84º 0.28% 0.43% -
HSV(B) 9.84º 0.44% 0.55% -
XYZ 15.51 13.02 8.9 -
YUV 102.11 114.4 154.31 -
System Red Green Blue C M Y K H S L
Decimal 139 88 78 0 0.37 0.44 0.45 9.84 0.28 0.43
Hex 8B 58 4E 0 25 2C 2D A 1C 2B
Octal 213 130 116 0 45 54 55 12 34 53
Binary 10001011 1011000 1001110 0 100101 101100 101101 1010 11100 101011

Color Harmonies of #8B584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B584E

Black with #8B584E

Text Example


Text Example

White with #8B584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,88,78); }

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

background-color css

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

 a { background-color: rgb(139,88,78); }

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

border-color css

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

 span { border-color: rgb(139,88,78); }

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