Html Css Color HEX #814745 Lotus

📋 copy color: '#814745'

red 129 ◦ green 71 ◦ blue 69

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

Shades of Lotus #814745

Tints of Lotus #814745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.39%

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 47.96%
G = 26.39%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#814745 (or 0x814745) is known color: Lotus. HEX triplet: 81, 47 and 45. RGB value is (129,71,69). Sum of RGB (Red+Green+Blue) = 129+71+69=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #814745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #814745 is #7EB8BA. Grayscale: #585858. Windows color (decimal): -8304827 or 4540289. OLE color: 4540289.

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

Color convert

RGB 129 71 69 -
CMYK 0 0.45 0.47 0.49
HSL 0.3% 0.39% -
HSV(B) 0.47% 0.51% -
XYZ 12.38 9.6 6.83 -
YUV 88.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 129 71 69 0 0.45 0.47 0.49 2 0.3 0.39
Hex 81 47 45 0 2D 2F 31 2 1E 27
Octal 201 107 105 0 55 57 61 2 36 47
Binary 10000001 1000111 1000101 0 101101 101111 110001 10 11110 100111

Color Harmonies of #814745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #814745

Black with #814745

Text Example


Text Example

White with #814745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #814745; }

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

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

background-color css

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

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

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

border-color css

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

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

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