#814F48

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

Shades of Lotus #814F48

Tints of Lotus #814F48

Color information

#814F48 (or 0x814F48) is unknown color: approx Lotus. HEX triplet: 81, 4F and 48. RGB value is (129,79,72). Sum of RGB (Red+Green+Blue) = 129+79+72=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #814F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814F48 is #7EB0B7. Grayscale: #5D5D5D. Windows color (decimal): -8302776 or 4738945. OLE color: 4738945.

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

Color convert

RGB1297972-
CMYK00.390.440.49
HSL7.37º28.36%39.41%-
HSV(B)7.37º44.19%50.59%-
XYZ13.0210.737.52-
YUV93.15116.06153.57-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.07%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=46.07%
G=28.21%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129797200.390.440.497.3728.3639.41
Hex814F480272C3171c27
Octal201117110047546173447
Binary1000000110011111001000010011110110011000111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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