Html Css Color HEX #85564E Lotus

📋 copy color: '#85564E'

red 133 ◦ green 86 ◦ blue 78

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

Shades of Lotus #85564E

Tints of Lotus #85564E

RGB

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

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

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

R = 44.78%
G = 28.96%
B = 26.26%

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

#85564E (or 0x85564E) is known color: Lotus. HEX triplet: 85, 56 and 4E. RGB value is (133,86,78). Sum of RGB (Red+Green+Blue) = 133+86+78=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 78 (30.86% from 255 or 26.26% from 297); Max value from RGB is 133 - color contains mainly: red. Hex color #85564E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85564E is #7AA9B1. Grayscale: #636363. Windows color (decimal): -8038834 or 5133957. OLE color: 5133957.

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

Color convert

RGB 133 86 78 -
CMYK 0 0.35 0.41 0.48
HSL 8.73º 0.26% 0.41% -
HSV(B) 8.73º 0.41% 0.52% -
XYZ 14.38 12.19 8.8 -
YUV 99.14 116.07 152.15 -
System Red Green Blue C M Y K H S L
Decimal 133 86 78 0 0.35 0.41 0.48 8.73 0.26 0.41
Hex 85 56 4E 0 23 29 30 9 1A 29
Octal 205 126 116 0 43 51 60 11 32 51
Binary 10000101 1010110 1001110 0 100011 101001 110000 1001 11010 101001

Color Harmonies of #85564E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85564E

Black with #85564E

Text Example


Text Example

White with #85564E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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