Html Css Color HEX #805753 Lotus

📋 copy color: '#805753'

red 128 ◦ green 87 ◦ blue 83

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

Shades of Lotus #805753

Tints of Lotus #805753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 27.85%

R = 42.95%
G = 29.19%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#805753 (or 0x805753) is known color: Lotus. HEX triplet: 80, 57 and 53. RGB value is (128,87,83). Sum of RGB (Red+Green+Blue) = 128+87+83=298 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.95% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 83 (32.81% from 255 or 27.85% from 298); Max value from RGB is 128 - color contains mainly: red. Hex color #805753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805753 is #7FA8AC. Grayscale: #626262. Windows color (decimal): -8366253 or 5461888. OLE color: 5461888.

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

Color convert

RGB 128 87 83 -
CMYK 0 0.32 0.35 0.50
HSL 5.33º 0.21% 0.41% -
HSV(B) 5.33º 0.35% 0.5% -
XYZ 13.87 12.03 9.77 -
YUV 98.8 119.08 148.83 -
System Red Green Blue C M Y K H S L
Decimal 128 87 83 0 0.32 0.35 0.50 5.33 0.21 0.41
Hex 80 57 53 0 20 23 32 5 15 29
Octal 200 127 123 0 40 43 62 5 25 51
Binary 10000000 1010111 1010011 0 100000 100011 110010 101 10101 101001

Color Harmonies of #805753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805753

Black with #805753

Text Example


Text Example

White with #805753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805753; }

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

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

background-color css

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

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

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

border-color css

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

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

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