Html Css Color HEX #8F514A Lotus

📋 copy color: '#8F514A'

red 143 ◦ green 81 ◦ blue 74

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

Shades of Lotus #8F514A

Tints of Lotus #8F514A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 47.99%
G = 27.18%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.44

RGB Variations

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

Color information

#8F514A (or 0x8F514A) is known color: Lotus. HEX triplet: 8F, 51 and 4A. RGB value is (143,81,74). Sum of RGB (Red+Green+Blue) = 143+81+74=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 81 (32.03% from 255 or 27.18% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 143 - color contains mainly: red. Hex color #8F514A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F514A is #70AEB5. Grayscale: #626262. Windows color (decimal): -7384758 or 4870543. OLE color: 4870543.

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

Color convert

RGB 143 81 74 -
CMYK 0 0.43 0.48 0.44
HSL 6.09º 0.32% 0.43% -
HSV(B) 6.09º 0.48% 0.56% -
XYZ 15.51 12.22 8.02 -
YUV 98.74 114.04 159.57 -
System Red Green Blue C M Y K H S L
Decimal 143 81 74 0 0.43 0.48 0.44 6.09 0.32 0.43
Hex 8F 51 4A 0 2B 30 2C 6 20 2B
Octal 217 121 112 0 53 60 54 6 40 53
Binary 10001111 1010001 1001010 0 101011 110000 101100 110 100000 101011

Color Harmonies of #8F514A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F514A

Black with #8F514A

Text Example


Text Example

White with #8F514A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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