Html Css Color HEX #85504E Lotus

📋 copy color: '#85504E'

red 133 ◦ green 80 ◦ blue 78

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

Shades of Lotus #85504E

Tints of Lotus #85504E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 26.8%

R = 45.7%
G = 27.49%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85504E (or 0x85504E) is known color: Lotus. HEX triplet: 85, 50 and 4E. RGB value is (133,80,78). Sum of RGB (Red+Green+Blue) = 133+80+78=291 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.70% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 133 - color contains mainly: red. Hex color #85504E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85504E is #7AAFB1. Grayscale: #5F5F5F. Windows color (decimal): -8040370 or 5132421. OLE color: 5132421.

HSL color Cylindrical-coordinate representation of color #85504E: hue angle of 2.18º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #85504E is Cyan = 0, Magento = 0.40, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 78 -
CMYK 0 0.40 0.41 0.48
HSL 2.18º 0.26% 0.41% -
HSV(B) 2.18º 0.41% 0.52% -
XYZ 13.92 11.27 8.65 -
YUV 95.62 118.06 154.66 -
System Red Green Blue C M Y K H S L
Decimal 133 80 78 0 0.40 0.41 0.48 2.18 0.26 0.41
Hex 85 50 4E 0 28 29 30 2 1A 29
Octal 205 120 116 0 50 51 60 2 32 51
Binary 10000101 1010000 1001110 0 101000 101001 110000 10 11010 101001

Color Harmonies of #85504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85504E

Black with #85504E

Text Example


Text Example

White with #85504E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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