Html Css Color HEX #815754 Lotus

📋 copy color: '#815754'

red 129 ◦ green 87 ◦ blue 84

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

Shades of Lotus #815754

Tints of Lotus #815754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 28%

R = 43%
G = 29%
B = 28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.35

 K value IS 0.49

RGB Variations

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

Color information

#815754 (or 0x815754) is known color: Lotus. HEX triplet: 81, 57 and 54. RGB value is (129,87,84). Sum of RGB (Red+Green+Blue) = 129+87+84=300 (39% of max value = 765). Red value is 129 (50.78% from 255 or 43% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 84 (33.20% from 255 or 28% from 300); Max value from RGB is 129 - color contains mainly: red. Hex color #815754 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815754 is #7EA8AB. Grayscale: #636363. Windows color (decimal): -8300716 or 5527425. OLE color: 5527425.

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

Color convert

RGB 129 87 84 -
CMYK 0 0.33 0.35 0.49
HSL 0.21% 0.42% -
HSV(B) 0.35% 0.51% -
XYZ 14.06 12.12 9.99 -
YUV 99.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 129 87 84 0 0.33 0.35 0.49 4 0.21 0.42
Hex 81 57 54 0 21 23 31 4 15 2A
Octal 201 127 124 0 41 43 61 4 25 52
Binary 10000001 1010111 1010100 0 100001 100011 110001 100 10101 101010

Color Harmonies of #815754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815754

Black with #815754

Text Example


Text Example

White with #815754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815754; }

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

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

background-color css

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

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

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

border-color css

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

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

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