Html Css Color HEX #814847 Lotus

📋 copy color: '#814847'

red 129 ◦ green 72 ◦ blue 71

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

Shades of Lotus #814847

Tints of Lotus #814847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

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

R = 47.43%
G = 26.47%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#814847 (or 0x814847) is known color: Lotus. HEX triplet: 81, 48 and 47. RGB value is (129,72,71). Sum of RGB (Red+Green+Blue) = 129+72+71=272 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.43% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 71 (28.12% from 255 or 26.10% from 272); Max value from RGB is 129 - color contains mainly: red. Hex color #814847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814847 is #7EB7B8. Grayscale: #585858. Windows color (decimal): -8304569 or 4671617. OLE color: 4671617.

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

Color convert

RGB 129 72 71 -
CMYK 0 0.44 0.45 0.49
HSL 1.03º 0.29% 0.39% -
HSV(B) 1.03º 0.45% 0.51% -
XYZ 12.51 9.76 7.19 -
YUV 88.93 117.88 156.58 -
System Red Green Blue C M Y K H S L
Decimal 129 72 71 0 0.44 0.45 0.49 1.03 0.29 0.39
Hex 81 48 47 0 2C 2D 31 1 1D 27
Octal 201 110 107 0 54 55 61 1 35 47
Binary 10000001 1001000 1000111 0 101100 101101 110001 1 11101 100111

Color Harmonies of #814847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814847

Black with #814847

Text Example


Text Example

White with #814847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814847; }

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

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

background-color css

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

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

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

border-color css

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

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

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