#814B4A

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

Shades of Lotus #814B4A

Tints of Lotus #814B4A

Color information

#814B4A (or 0x814B4A) is unknown color: approx Lotus. HEX triplet: 81, 4B and 4A. RGB value is (129,75,74). Sum of RGB (Red+Green+Blue) = 129+75+74=278 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.40% from 278); Green value is 75 (29.69% from 255 or 26.98% from 278); Blue value is 74 (29.30% from 255 or 26.62% from 278); Max value from RGB is 129 - color contains mainly: red. Hex color #814B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814B4A is #7EB4B5. Grayscale: #5B5B5B. Windows color (decimal): -8303798 or 4868993. OLE color: 4868993.

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

Color convert

RGB1297574-
CMYK00.420.430.49
HSL1.09º27.09%39.8%-
HSV(B)1.09º42.64%50.59%-
XYZ12.8110.197.77-
YUV91.03118.39155.08-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.40%
GREEN value IS 75 (29.69% from 255) = 26.98%
BLUE value IS 74 (29.30% from 255) = 26.62%
R=46.40%
G=26.98%
B=26.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129757400.420.430.491.0927.0939.8
Hex814B4A02A2B3111b28
Octal201113112052536113350
Binary10000001100101110010100101010101011110001111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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