Html Css Color HEX #81534C Lotus

📋 copy color: '#81534C'

red 129 ◦ green 83 ◦ blue 76

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

Shades of Lotus #81534C

Tints of Lotus #81534C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

 BLUE value IS 76 (30.08% from 255) = 26.39%

R = 44.79%
G = 28.82%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#81534C (or 0x81534C) is known color: Lotus. HEX triplet: 81, 53 and 4C. RGB value is (129,83,76). Sum of RGB (Red+Green+Blue) = 129+83+76=288 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.79% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 76 (30.08% from 255 or 26.39% from 288); Max value from RGB is 129 - color contains mainly: red. Hex color #81534C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #81534C is #7EACB3. Grayscale: #606060. Windows color (decimal): -8301748 or 5002113. OLE color: 5002113.

HSL color Cylindrical-coordinate representation of color #81534C: hue angle of 7.92º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #81534C is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 83 76 -
CMYK 0 0.36 0.41 0.49
HSL 7.92º 0.26% 0.4% -
HSV(B) 7.92º 0.41% 0.51% -
XYZ 13.45 11.38 8.32 -
YUV 95.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 129 83 76 0 0.36 0.41 0.49 7.92 0.26 0.4
Hex 81 53 4C 0 24 29 31 8 1A 28
Octal 201 123 114 0 44 51 61 10 32 50
Binary 10000001 1010011 1001100 0 100100 101001 110001 1000 11010 101000

Color Harmonies of #81534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81534C

Black with #81534C

Text Example


Text Example

White with #81534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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