#814D48

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

Shades of Lotus #814D48

Tints of Lotus #814D48

Color information

#814D48 (or 0x814D48) is unknown color: approx Lotus. HEX triplet: 81, 4D and 48. RGB value is (129,77,72). Sum of RGB (Red+Green+Blue) = 129+77+72=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #814D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814D48 is #7EB2B7. Grayscale: #5C5C5C. Windows color (decimal): -8303288 or 4738433. OLE color: 4738433.

HSL color Cylindrical-coordinate representation of color #814D48: hue angle of 5.26º 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 #814D48 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1297772-
CMYK00.400.440.49
HSL5.26º28.36%39.41%-
HSV(B)5.26º44.19%50.59%-
XYZ12.8810.447.47-
YUV91.98116.73154.41-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 72 (28.52% from 255) = 25.90%
R=46.40%
G=27.70%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129777200.400.440.495.2628.3639.41
Hex814D480282C3151c27
Octal201115110050546153447
Binary1000000110011011001000010100010110011000110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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