Html Css Color HEX #814F48 Lotus

📋 copy color: '#814F48'

red 129 ◦ green 79 ◦ blue 72

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

Shades of Lotus #814F48

Tints of Lotus #814F48

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 value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 129 79 72 -
CMYK 0 0.39 0.44 0.49
HSL 7.37º 0.28% 0.39% -
HSV(B) 7.37º 0.44% 0.51% -
XYZ 13.02 10.73 7.52 -
YUV 93.15 116.07 153.57 -
System Red Green Blue C M Y K H S L
Decimal 129 79 72 0 0.39 0.44 0.49 7.37 0.28 0.39
Hex 81 4F 48 0 27 2C 31 7 1C 27
Octal 201 117 110 0 47 54 61 7 34 47
Binary 10000001 1001111 1001000 0 100111 101100 110001 111 11100 100111

Color Harmonies of #814F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814F48

Black with #814F48

Text Example


Text Example

White with #814F48

Text Example


Text Example

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