#8F514B

Color #8F514B Lotus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lotus #8F514B

Tints of Lotus #8F514B

Color information

#8F514B (or 0x8F514B) is unknown color: approx 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

RGB1438175-
CMYK00.430.480.44
HSL5.29º31.19%42.75%-
HSV(B)5.29º47.55%56.08%-
XYZ15.5412.238.2-
YUV98.85114.54159.49-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143817500.430.480.445.2931.1942.75
Hex8F514B02B302C51f2b
Octal217121113053605453753
Binary1000111110100011001011010101111000010110010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F514B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>