Html Css Color HEX #8F514F Lotus

📋 copy color: '#8F514F'

red 143 ◦ green 81 ◦ blue 79

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

Shades of Lotus #8F514F

Tints of Lotus #8F514F

RGB

 RED value IS 143 (56.25% from 255) = 47.19%

 GREEN value IS 81 (32.03% from 255) = 26.73%

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

R = 47.19%
G = 26.73%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.44

RGB Variations

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

Color information

#8F514F (or 0x8F514F) is known color: Lotus. HEX triplet: 8F, 51 and 4F. RGB value is (143,81,79). Sum of RGB (Red+Green+Blue) = 143+81+79=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 143 - color contains mainly: red. Hex color #8F514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F514F is #70AEB0. Grayscale: #636363. Windows color (decimal): -7384753 or 5198223. OLE color: 5198223.

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

Color convert

RGB 143 81 79 -
CMYK 0 0.43 0.45 0.44
HSL 1.88º 0.29% 0.44% -
HSV(B) 1.88º 0.45% 0.56% -
XYZ 15.68 12.29 8.94 -
YUV 99.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 143 81 79 0 0.43 0.45 0.44 1.88 0.29 0.44
Hex 8F 51 4F 0 2B 2D 2C 2 1D 2C
Octal 217 121 117 0 53 55 54 2 35 54
Binary 10001111 1010001 1001111 0 101011 101101 101100 10 11101 101100

Color Harmonies of #8F514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F514F

Black with #8F514F

Text Example


Text Example

White with #8F514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,81,79); }

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

background-color css

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

 a { background-color: rgb(143,81,79); }

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

border-color css

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

 span { border-color: rgb(143,81,79); }

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