Html Css Color HEX #85564B Lotus

📋 copy color: '#85564B'

red 133 ◦ green 86 ◦ blue 75

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

Shades of Lotus #85564B

Tints of Lotus #85564B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 25.51%

R = 45.24%
G = 29.25%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85564B (or 0x85564B) is known color: Lotus. HEX triplet: 85, 56 and 4B. RGB value is (133,86,75). Sum of RGB (Red+Green+Blue) = 133+86+75=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #85564B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85564B is #7AA9B4. Grayscale: #626262. Windows color (decimal): -8038837 or 4937349. OLE color: 4937349.

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

Color convert

RGB 133 86 75 -
CMYK 0 0.35 0.44 0.48
HSL 11.38º 0.28% 0.41% -
HSV(B) 11.38º 0.44% 0.52% -
XYZ 14.27 12.15 8.25 -
YUV 98.8 114.57 152.39 -
System Red Green Blue C M Y K H S L
Decimal 133 86 75 0 0.35 0.44 0.48 11.38 0.28 0.41
Hex 85 56 4B 0 23 2C 30 B 1C 29
Octal 205 126 113 0 43 54 60 13 34 51
Binary 10000101 1010110 1001011 0 100011 101100 110000 1011 11100 101001

Color Harmonies of #85564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85564B

Black with #85564B

Text Example


Text Example

White with #85564B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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