Html Css Color HEX #805650 Lotus

📋 copy color: '#805650'

red 128 ◦ green 86 ◦ blue 80

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

Shades of Lotus #805650

Tints of Lotus #805650

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 80 (31.64% from 255) = 27.21%

R = 43.54%
G = 29.25%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#805650 (or 0x805650) is known color: Lotus. HEX triplet: 80, 56 and 50. RGB value is (128,86,80). Sum of RGB (Red+Green+Blue) = 128+86+80=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #805650 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805650 is #7FA9AF. Grayscale: #616161. Windows color (decimal): -8366512 or 5265024. OLE color: 5265024.

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

Color convert

RGB 128 86 80 -
CMYK 0 0.33 0.38 0.50
HSL 7.5º 0.23% 0.41% -
HSV(B) 7.5º 0.38% 0.5% -
XYZ 13.68 11.82 9.15 -
YUV 97.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 128 86 80 0 0.33 0.38 0.50 7.5 0.23 0.41
Hex 80 56 50 0 21 26 32 8 17 29
Octal 200 126 120 0 41 46 62 10 27 51
Binary 10000000 1010110 1010000 0 100001 100110 110010 1000 10111 101001

Color Harmonies of #805650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805650

Black with #805650

Text Example


Text Example

White with #805650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805650; }

 p { color: rgb(128,86,80); }

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

background-color css

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

 a { background-color: rgb(128,86,80); }

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

border-color css

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

 span { border-color: rgb(128,86,80); }

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