Html Css Color HEX #85524F Lotus

📋 copy color: '#85524F'

red 133 ◦ green 82 ◦ blue 79

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

Shades of Lotus #85524F

Tints of Lotus #85524F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.89%

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

R = 45.24%
G = 27.89%
B = 26.87%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85524F (or 0x85524F) is known color: Lotus. HEX triplet: 85, 52 and 4F. RGB value is (133,82,79). Sum of RGB (Red+Green+Blue) = 133+82+79=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85524F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85524F is #7AADB0. Grayscale: #606060. Windows color (decimal): -8039857 or 5198469. OLE color: 5198469.

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

Color convert

RGB 133 82 79 -
CMYK 0 0.38 0.41 0.48
HSL 3.33º 0.25% 0.42% -
HSV(B) 3.33º 0.41% 0.52% -
XYZ 14.1 11.59 8.89 -
YUV 96.91 117.9 153.74 -
System Red Green Blue C M Y K H S L
Decimal 133 82 79 0 0.38 0.41 0.48 3.33 0.25 0.42
Hex 85 52 4F 0 26 29 30 3 19 2A
Octal 205 122 117 0 46 51 60 3 31 52
Binary 10000101 1010010 1001111 0 100110 101001 110000 11 11001 101010

Color Harmonies of #85524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85524F

Black with #85524F

Text Example


Text Example

White with #85524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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