Html Css Color HEX #85544D Lotus

📋 copy color: '#85544D'

red 133 ◦ green 84 ◦ blue 77

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

Shades of Lotus #85544D

Tints of Lotus #85544D

RGB

 RED value IS 133 (52.34% from 255) = 45.24%

 GREEN value IS 84 (33.2% from 255) = 28.57%

 BLUE value IS 77 (30.47% from 255) = 26.19%

R = 45.24%
G = 28.57%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85544D (or 0x85544D) is known color: Lotus. HEX triplet: 85, 54 and 4D. RGB value is (133,84,77). Sum of RGB (Red+Green+Blue) = 133+84+77=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 84 (33.20% from 255 or 28.57% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85544D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85544D is #7AABB2. Grayscale: #616161. Windows color (decimal): -8039347 or 5067909. OLE color: 5067909.

HSL color Cylindrical-coordinate representation of color #85544D: hue angle of 7.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #85544D is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 77 -
CMYK 0 0.37 0.42 0.48
HSL 7.5º 0.27% 0.41% -
HSV(B) 7.5º 0.42% 0.52% -
XYZ 14.18 11.86 8.56 -
YUV 97.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 133 84 77 0 0.37 0.42 0.48 7.5 0.27 0.41
Hex 85 54 4D 0 25 2A 30 8 1B 29
Octal 205 124 115 0 45 52 60 10 33 51
Binary 10000101 1010100 1001101 0 100101 101010 110000 1000 11011 101001

Color Harmonies of #85544D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85544D

Black with #85544D

Text Example


Text Example

White with #85544D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85544D; }

 p { color: rgb(133,84,77); }

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

background-color css

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

 a { background-color: rgb(133,84,77); }

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

border-color css

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

 span { border-color: rgb(133,84,77); }

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