Html Css Color HEX #805853 Lotus

📋 copy color: '#805853'

red 128 ◦ green 88 ◦ blue 83

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

Shades of Lotus #805853

Tints of Lotus #805853

RGB

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

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

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

R = 42.81%
G = 29.43%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#805853 (or 0x805853) is known color: Lotus. HEX triplet: 80, 58 and 53. RGB value is (128,88,83). Sum of RGB (Red+Green+Blue) = 128+88+83=299 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.81% from 299); Green value is 88 (34.77% from 255 or 29.43% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 128 - color contains mainly: red. Hex color #805853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805853 is #7FA7AC. Grayscale: #636363. Windows color (decimal): -8365997 or 5462144. OLE color: 5462144.

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

Color convert

RGB 128 88 83 -
CMYK 0 0.31 0.35 0.50
HSL 6.67º 0.21% 0.41% -
HSV(B) 6.67º 0.35% 0.5% -
XYZ 13.95 12.19 9.8 -
YUV 99.39 118.75 148.41 -
System Red Green Blue C M Y K H S L
Decimal 128 88 83 0 0.31 0.35 0.50 6.67 0.21 0.41
Hex 80 58 53 0 1F 23 32 7 15 29
Octal 200 130 123 0 37 43 62 7 25 51
Binary 10000000 1011000 1010011 0 11111 100011 110010 111 10101 101001

Color Harmonies of #805853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805853

Black with #805853

Text Example


Text Example

White with #805853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805853; }

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

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

background-color css

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

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

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

border-color css

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

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

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