Html Css Color HEX #85574E Lotus

📋 copy color: '#85574E'

red 133 ◦ green 87 ◦ blue 78

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

Shades of Lotus #85574E

Tints of Lotus #85574E

RGB

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

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

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

R = 44.63%
G = 29.19%
B = 26.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85574E (or 0x85574E) is known color: Lotus. HEX triplet: 85, 57 and 4E. RGB value is (133,87,78). Sum of RGB (Red+Green+Blue) = 133+87+78=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 78 (30.86% from 255 or 26.17% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85574E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85574E is #7AA8B1. Grayscale: #636363. Windows color (decimal): -8038578 or 5134213. OLE color: 5134213.

HSL color Cylindrical-coordinate representation of color #85574E: hue angle of 9.82º 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 #85574E is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 78 -
CMYK 0 0.35 0.41 0.48
HSL 9.82º 0.26% 0.41% -
HSV(B) 9.82º 0.41% 0.52% -
XYZ 14.46 12.35 8.83 -
YUV 99.73 115.74 151.73 -
System Red Green Blue C M Y K H S L
Decimal 133 87 78 0 0.35 0.41 0.48 9.82 0.26 0.41
Hex 85 57 4E 0 23 29 30 A 1A 29
Octal 205 127 116 0 43 51 60 12 32 51
Binary 10000101 1010111 1001110 0 100011 101001 110000 1010 11010 101001

Color Harmonies of #85574E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85574E

Black with #85574E

Text Example


Text Example

White with #85574E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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