Html Css Color HEX #805851 Lotus

📋 copy color: '#805851'

red 128 ◦ green 88 ◦ blue 81

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

Shades of Lotus #805851

Tints of Lotus #805851

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.63%

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

R = 43.1%
G = 29.63%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.37

 K value IS 0.50

RGB Variations

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

Color information

#805851 (or 0x805851) is known color: Lotus. HEX triplet: 80, 58 and 51. RGB value is (128,88,81). Sum of RGB (Red+Green+Blue) = 128+88+81=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 81 (32.03% from 255 or 27.27% from 297); Max value from RGB is 128 - color contains mainly: red. Hex color #805851 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805851 is #7FA7AE. Grayscale: #636363. Windows color (decimal): -8365999 or 5331072. OLE color: 5331072.

HSL color Cylindrical-coordinate representation of color #805851: hue angle of 8.94º 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 #805851 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 88 81 -
CMYK 0 0.31 0.37 0.50
HSL 8.94º 0.22% 0.41% -
HSV(B) 8.94º 0.37% 0.5% -
XYZ 13.88 12.16 9.4 -
YUV 99.16 117.75 148.57 -
System Red Green Blue C M Y K H S L
Decimal 128 88 81 0 0.31 0.37 0.50 8.94 0.22 0.41
Hex 80 58 51 0 1F 25 32 9 16 29
Octal 200 130 121 0 37 45 62 11 26 51
Binary 10000000 1011000 1010001 0 11111 100101 110010 1001 10110 101001

Color Harmonies of #805851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805851

Black with #805851

Text Example


Text Example

White with #805851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805851; }

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

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

background-color css

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

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

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

border-color css

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

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

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