Html Css Color HEX #8F514B Lotus

📋 copy color: '#8F514B'

red 143 ◦ green 81 ◦ blue 75

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

Shades of Lotus #8F514B

Tints of Lotus #8F514B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.08%

R = 47.83%
G = 27.09%
B = 25.08%

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

#8F514B (or 0x8F514B) is known color: Lotus. HEX triplet: 8F, 51 and 4B. RGB value is (143,81,75). Sum of RGB (Red+Green+Blue) = 143+81+75=299 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.83% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 75 (29.69% from 255 or 25.08% from 299); Max value from RGB is 143 - color contains mainly: red. Hex color #8F514B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8F514B is #70AEB4. Grayscale: #626262. Windows color (decimal): -7384757 or 4936079. OLE color: 4936079.

HSL color Cylindrical-coordinate representation of color #8F514B: hue angle of 5.29º degrees, saturation: 0.31, 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 #8F514B is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 81 75 -
CMYK 0 0.43 0.48 0.44
HSL 5.29º 0.31% 0.43% -
HSV(B) 5.29º 0.48% 0.56% -
XYZ 15.54 12.23 8.2 -
YUV 98.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 143 81 75 0 0.43 0.48 0.44 5.29 0.31 0.43
Hex 8F 51 4B 0 2B 30 2C 5 1F 2B
Octal 217 121 113 0 53 60 54 5 37 53
Binary 10001111 1010001 1001011 0 101011 110000 101100 101 11111 101011

Color Harmonies of #8F514B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F514B

Black with #8F514B

Text Example


Text Example

White with #8F514B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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