Html Css Color HEX #805751 Lotus

📋 copy color: '#805751'

red 128 ◦ green 87 ◦ blue 81

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

Shades of Lotus #805751

Tints of Lotus #805751

RGB

 RED value IS 128 (50.39% from 255) = 43.24%

 GREEN value IS 87 (34.38% from 255) = 29.39%

 BLUE value IS 81 (32.03% from 255) = 27.36%

R = 43.24%
G = 29.39%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#805751 (or 0x805751) is known color: Lotus. HEX triplet: 80, 57 and 51. RGB value is (128,87,81). Sum of RGB (Red+Green+Blue) = 128+87+81=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 87 (34.38% from 255 or 29.39% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 128 - color contains mainly: red. Hex color #805751 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805751 is #7FA8AE. Grayscale: #626262. Windows color (decimal): -8366255 or 5330816. OLE color: 5330816.

HSL color Cylindrical-coordinate representation of color #805751: hue angle of 7.66º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #805751 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 87 81 -
CMYK 0 0.32 0.37 0.50
HSL 7.66º 0.22% 0.41% -
HSV(B) 7.66º 0.37% 0.5% -
XYZ 13.8 12 9.37 -
YUV 98.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 128 87 81 0 0.32 0.37 0.50 7.66 0.22 0.41
Hex 80 57 51 0 20 25 32 8 16 29
Octal 200 127 121 0 40 45 62 10 26 51
Binary 10000000 1010111 1010001 0 100000 100101 110010 1000 10110 101001

Color Harmonies of #805751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805751

Black with #805751

Text Example


Text Example

White with #805751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805751; }

 p { color: rgb(128,87,81); }

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

background-color css

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

 a { background-color: rgb(128,87,81); }

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

border-color css

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

 span { border-color: rgb(128,87,81); }

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