Html Css Color HEX #85564F Lotus

📋 copy color: '#85564F'

red 133 ◦ green 86 ◦ blue 79

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

Shades of Lotus #85564F

Tints of Lotus #85564F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.86%

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

R = 44.63%
G = 28.86%
B = 26.51%

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

#85564F (or 0x85564F) is known color: Lotus. HEX triplet: 85, 56 and 4F. RGB value is (133,86,79). Sum of RGB (Red+Green+Blue) = 133+86+79=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 79 (31.25% from 255 or 26.51% from 298); Max value from RGB is 133 - color contains mainly: red. Hex color #85564F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85564F is #7AA9B0. Grayscale: #636363. Windows color (decimal): -8038833 or 5199493. OLE color: 5199493.

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

Color convert

RGB 133 86 79 -
CMYK 0 0.35 0.41 0.48
HSL 7.78º 0.25% 0.42% -
HSV(B) 7.78º 0.41% 0.52% -
XYZ 14.41 12.21 8.99 -
YUV 99.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 133 86 79 0 0.35 0.41 0.48 7.78 0.25 0.42
Hex 85 56 4F 0 23 29 30 8 19 2A
Octal 205 126 117 0 43 51 60 10 31 52
Binary 10000101 1010110 1001111 0 100011 101001 110000 1000 11001 101010

Color Harmonies of #85564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85564F

Black with #85564F

Text Example


Text Example

White with #85564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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