Html Css Color HEX #85574F Lotus

📋 copy color: '#85574F'

red 133 ◦ green 87 ◦ blue 79

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

Shades of Lotus #85574F

Tints of Lotus #85574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 26.42%

R = 44.48%
G = 29.1%
B = 26.42%

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

#85574F (or 0x85574F) is known color: Lotus. HEX triplet: 85, 57 and 4F. RGB value is (133,87,79). Sum of RGB (Red+Green+Blue) = 133+87+79=299 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.48% from 299); Green value is 87 (34.38% from 255 or 29.10% from 299); Blue value is 79 (31.25% from 255 or 26.42% from 299); Max value from RGB is 133 - color contains mainly: red. Hex color #85574F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85574F is #7AA8B0. Grayscale: #636363. Windows color (decimal): -8038577 or 5199749. OLE color: 5199749.

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

Color convert

RGB 133 87 79 -
CMYK 0 0.35 0.41 0.48
HSL 8.89º 0.25% 0.42% -
HSV(B) 8.89º 0.41% 0.52% -
XYZ 14.49 12.37 9.02 -
YUV 99.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 133 87 79 0 0.35 0.41 0.48 8.89 0.25 0.42
Hex 85 57 4F 0 23 29 30 9 19 2A
Octal 205 127 117 0 43 51 60 11 31 52
Binary 10000101 1010111 1001111 0 100011 101001 110000 1001 11001 101010

Color Harmonies of #85574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85574F

Black with #85574F

Text Example


Text Example

White with #85574F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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