Html Css Color HEX #815755 Lotus

📋 copy color: '#815755'

red 129 ◦ green 87 ◦ blue 85

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

Shades of Lotus #815755

Tints of Lotus #815755

RGB

 RED value IS 129 (50.78% from 255) = 42.86%

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

 BLUE value IS 85 (33.59% from 255) = 28.24%

R = 42.86%
G = 28.9%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#815755 (or 0x815755) is known color: Lotus. HEX triplet: 81, 57 and 55. RGB value is (129,87,85). Sum of RGB (Red+Green+Blue) = 129+87+85=301 (39% of max value = 765). Red value is 129 (50.78% from 255 or 42.86% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 85 (33.59% from 255 or 28.24% from 301); Max value from RGB is 129 - color contains mainly: red. Hex color #815755 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815755 is #7EA8AA. Grayscale: #636363. Windows color (decimal): -8300715 or 5592961. OLE color: 5592961.

HSL color Cylindrical-coordinate representation of color #815755: hue angle of 2.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #815755 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 87 85 -
CMYK 0 0.33 0.34 0.49
HSL 2.73º 0.21% 0.42% -
HSV(B) 2.73º 0.34% 0.51% -
XYZ 14.1 12.14 10.19 -
YUV 99.33 119.91 149.16 -
System Red Green Blue C M Y K H S L
Decimal 129 87 85 0 0.33 0.34 0.49 2.73 0.21 0.42
Hex 81 57 55 0 21 22 31 3 15 2A
Octal 201 127 125 0 41 42 61 3 25 52
Binary 10000001 1010111 1010101 0 100001 100010 110001 11 10101 101010

Color Harmonies of #815755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815755

Black with #815755

Text Example


Text Example

White with #815755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815755; }

 p { color: rgb(129,87,85); }

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

background-color css

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

 a { background-color: rgb(129,87,85); }

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

border-color css

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

 span { border-color: rgb(129,87,85); }

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