Html Css Color HEX #85504D Lotus

📋 copy color: '#85504D'

red 133 ◦ green 80 ◦ blue 77

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

Shades of Lotus #85504D

Tints of Lotus #85504D

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.59%

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

R = 45.86%
G = 27.59%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85504D (or 0x85504D) is known color: Lotus. HEX triplet: 85, 50 and 4D. RGB value is (133,80,77). Sum of RGB (Red+Green+Blue) = 133+80+77=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #85504D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85504D is #7AAFB2. Grayscale: #5F5F5F. Windows color (decimal): -8040371 or 5066885. OLE color: 5066885.

HSL color Cylindrical-coordinate representation of color #85504D: hue angle of 3.21º 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 #85504D is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 77 -
CMYK 0 0.40 0.42 0.48
HSL 3.21º 0.27% 0.41% -
HSV(B) 3.21º 0.42% 0.52% -
XYZ 13.88 11.26 8.46 -
YUV 95.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 133 80 77 0 0.40 0.42 0.48 3.21 0.27 0.41
Hex 85 50 4D 0 28 2A 30 3 1B 29
Octal 205 120 115 0 50 52 60 3 33 51
Binary 10000101 1010000 1001101 0 101000 101010 110000 11 11011 101001

Color Harmonies of #85504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85504D

Black with #85504D

Text Example


Text Example

White with #85504D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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