Html Css Color HEX #814947 Lotus

📋 copy color: '#814947'

red 129 ◦ green 73 ◦ blue 71

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

Shades of Lotus #814947

Tints of Lotus #814947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 47.25%
G = 26.74%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#814947 (or 0x814947) is known color: Lotus. HEX triplet: 81, 49 and 47. RGB value is (129,73,71). Sum of RGB (Red+Green+Blue) = 129+73+71=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #814947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814947 is #7EB6B8. Grayscale: #595959. Windows color (decimal): -8304313 or 4671873. OLE color: 4671873.

HSL color Cylindrical-coordinate representation of color #814947: hue angle of 2.07º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #814947 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 73 71 -
CMYK 0 0.43 0.45 0.49
HSL 2.07º 0.29% 0.39% -
HSV(B) 2.07º 0.45% 0.51% -
XYZ 12.57 9.89 7.21 -
YUV 89.52 117.55 156.16 -
System Red Green Blue C M Y K H S L
Decimal 129 73 71 0 0.43 0.45 0.49 2.07 0.29 0.39
Hex 81 49 47 0 2B 2D 31 2 1D 27
Octal 201 111 107 0 53 55 61 2 35 47
Binary 10000001 1001001 1000111 0 101011 101101 110001 10 11101 100111

Color Harmonies of #814947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814947

Black with #814947

Text Example


Text Example

White with #814947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814947; }

 p { color: rgb(129,73,71); }

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

background-color css

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

 a { background-color: rgb(129,73,71); }

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

border-color css

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

 span { border-color: rgb(129,73,71); }

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