Html Css Color HEX #815753 Lotus

📋 copy color: '#815753'

red 129 ◦ green 87 ◦ blue 83

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

Shades of Lotus #815753

Tints of Lotus #815753

RGB

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

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

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

R = 43.14%
G = 29.1%
B = 27.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#815753 (or 0x815753) is known color: Lotus. HEX triplet: 81, 57 and 53. RGB value is (129,87,83). Sum of RGB (Red+Green+Blue) = 129+87+83=299 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43.14% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 83 (32.81% from 255 or 27.76% from 299); Max value from RGB is 129 - color contains mainly: red. Hex color #815753 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815753 is #7EA8AC. Grayscale: #636363. Windows color (decimal): -8300717 or 5461889. OLE color: 5461889.

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

Color convert

RGB 129 87 83 -
CMYK 0 0.33 0.36 0.49
HSL 5.22º 0.22% 0.42% -
HSV(B) 5.22º 0.36% 0.51% -
XYZ 14.02 12.11 9.78 -
YUV 99.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 129 87 83 0 0.33 0.36 0.49 5.22 0.22 0.42
Hex 81 57 53 0 21 24 31 5 16 2A
Octal 201 127 123 0 41 44 61 5 26 52
Binary 10000001 1010111 1010011 0 100001 100100 110001 101 10110 101010

Color Harmonies of #815753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815753

Black with #815753

Text Example


Text Example

White with #815753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815753; }

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

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

background-color css

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

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

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

border-color css

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

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

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