Html Css Color HEX #814D48 Lotus

📋 copy color: '#814D48'

red 129 ◦ green 77 ◦ blue 72

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

Shades of Lotus #814D48

Tints of Lotus #814D48

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.7%

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

R = 46.4%
G = 27.7%
B = 25.9%

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

#814D48 (or 0x814D48) is known color: 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

RGB 129 77 72 -
CMYK 0 0.40 0.44 0.49
HSL 5.26º 0.28% 0.39% -
HSV(B) 5.26º 0.44% 0.51% -
XYZ 12.88 10.44 7.47 -
YUV 91.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 129 77 72 0 0.40 0.44 0.49 5.26 0.28 0.39
Hex 81 4D 48 0 28 2C 31 5 1C 27
Octal 201 115 110 0 50 54 61 5 34 47
Binary 10000001 1001101 1001000 0 101000 101100 110001 101 11100 100111

Color Harmonies of #814D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814D48

Black with #814D48

Text Example


Text Example

White with #814D48

Text Example


Text Example

HTML Codes & Css Web 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>