Html Css Color HEX #805552 Lotus

📋 copy color: '#805552'

red 128 ◦ green 85 ◦ blue 82

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

Shades of Lotus #805552

Tints of Lotus #805552

RGB

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

 GREEN value IS 85 (33.59% from 255) = 28.81%

 BLUE value IS 82 (32.42% from 255) = 27.8%

R = 43.39%
G = 28.81%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.36

 K value IS 0.50

RGB Variations

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

Color information

#805552 (or 0x805552) is known color: Lotus. HEX triplet: 80, 55 and 52. RGB value is (128,85,82). Sum of RGB (Red+Green+Blue) = 128+85+82=295 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.39% from 295); Green value is 85 (33.59% from 255 or 28.81% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 128 - color contains mainly: red. Hex color #805552 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805552 is #7FAAAD. Grayscale: #616161. Windows color (decimal): -8366766 or 5395840. OLE color: 5395840.

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

Color convert

RGB 128 85 82 -
CMYK 0 0.34 0.36 0.50
HSL 3.91º 0.22% 0.41% -
HSV(B) 3.91º 0.36% 0.5% -
XYZ 13.67 11.7 9.52 -
YUV 97.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 128 85 82 0 0.34 0.36 0.50 3.91 0.22 0.41
Hex 80 55 52 0 22 24 32 4 16 29
Octal 200 125 122 0 42 44 62 4 26 51
Binary 10000000 1010101 1010010 0 100010 100100 110010 100 10110 101001

Color Harmonies of #805552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805552

Black with #805552

Text Example


Text Example

White with #805552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805552; }

 p { color: rgb(128,85,82); }

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

background-color css

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

 a { background-color: rgb(128,85,82); }

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

border-color css

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

 span { border-color: rgb(128,85,82); }

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