#814F4B

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

Shades of Lotus #814F4B

Tints of Lotus #814F4B

Color information

#814F4B (or 0x814F4B) is unknown color: approx Lotus. HEX triplet: 81, 4F and 4B. RGB value is (129,79,75). Sum of RGB (Red+Green+Blue) = 129+79+75=283 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.58% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 129 - color contains mainly: red. Hex color #814F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F4B is #7EB0B4. Grayscale: #5D5D5D. Windows color (decimal): -8302773 or 4935553. OLE color: 4935553.

HSL color Cylindrical-coordinate representation of color #814F4B: hue angle of 4.44º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #814F4B is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB1297975-
CMYK00.390.420.49
HSL4.44º26.47%40%-
HSV(B)4.44º41.86%50.59%-
XYZ13.1210.778.04-
YUV93.49117.56153.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.58%
GREEN value IS 79 (31.25% from 255) = 27.92%
BLUE value IS 75 (29.69% from 255) = 26.50%
R=45.58%
G=27.92%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129797500.390.420.494.4426.4740
Hex814F4B0272A3141a28
Octal201117113047526143250
Binary1000000110011111001011010011110101011000110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814F4B; }

 p { color: rgb(129,79,75); }

 H1.HeaderClassName
 {
   color: #814F4B;
 }
 .AnyTagClassName
 {
   color: #814F4B;
 }
</style>
background-color css

<style>
 a { background-color: #814F4B; }

 a { background-color: rgb(129,79,75); }

 div.DivClassName
 {
   background-color: #814F4B;
 }
 .BgClassName
 {
   background-color: #814F4B;
 }
</style>
border-color css

<style>
 span { border-color: #814F4B; }

 span { border-color: rgb(129,79,75); }

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