Html Css Color HEX #8B584F Lotus

📋 copy color: '#8B584F'

red 139 ◦ green 88 ◦ blue 79

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

Shades of Lotus #8B584F

Tints of Lotus #8B584F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 45.42%
G = 28.76%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.45

RGB Variations

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

Color information

#8B584F (or 0x8B584F) is known color: Lotus. HEX triplet: 8B, 58 and 4F. RGB value is (139,88,79). Sum of RGB (Red+Green+Blue) = 139+88+79=306 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.42% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 139 - color contains mainly: red. Hex color #8B584F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B584F is #74A7B0. Grayscale: #666666. Windows color (decimal): -7645105 or 5200011. OLE color: 5200011.

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

Color convert

RGB 139 88 79 -
CMYK 0 0.37 0.43 0.45
HSL 0.28% 0.43% -
HSV(B) 0.43% 0.55% -
XYZ 15.55 13.03 9.09 -
YUV 102.22 114.9 154.23 -
System Red Green Blue C M Y K H S L
Decimal 139 88 79 0 0.37 0.43 0.45 9 0.28 0.43
Hex 8B 58 4F 0 25 2B 2D 9 1C 2B
Octal 213 130 117 0 45 53 55 11 34 53
Binary 10001011 1011000 1001111 0 100101 101011 101101 1001 11100 101011

Color Harmonies of #8B584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B584F

Black with #8B584F

Text Example


Text Example

White with #8B584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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