Html Css Color HEX #814E48 Lotus

📋 copy color: '#814E48'

red 129 ◦ green 78 ◦ blue 72

#814E48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lotus #814E48

Tints of Lotus #814E48

RGB

 RED value IS 129 (50.78% from 255) = 46.24%

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 72 (28.52% from 255) = 25.81%

R = 46.24%
G = 27.96%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#814E48 (or 0x814E48) is known color: Lotus. HEX triplet: 81, 4E and 48. RGB value is (129,78,72). Sum of RGB (Red+Green+Blue) = 129+78+72=279 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.24% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 72 (28.52% from 255 or 25.81% from 279); Max value from RGB is 129 - color contains mainly: red. Hex color #814E48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E48 is #7EB1B7. Grayscale: #5C5C5C. Windows color (decimal): -8303032 or 4738689. OLE color: 4738689.

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

Color convert

RGB 129 78 72 -
CMYK 0 0.40 0.44 0.49
HSL 6.32º 0.28% 0.39% -
HSV(B) 6.32º 0.44% 0.51% -
XYZ 12.95 10.58 7.49 -
YUV 92.57 116.4 153.99 -
System Red Green Blue C M Y K H S L
Decimal 129 78 72 0 0.40 0.44 0.49 6.32 0.28 0.39
Hex 81 4E 48 0 28 2C 31 6 1C 27
Octal 201 116 110 0 50 54 61 6 34 47
Binary 10000001 1001110 1001000 0 101000 101100 110001 110 11100 100111

Color Harmonies of #814E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814E48

Black with #814E48

Text Example


Text Example

White with #814E48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #814E48;
 }
 .AnyTagClassName
 {
   color: #814E48;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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