Html Css Color HEX #85564C Lotus

📋 copy color: '#85564C'

red 133 ◦ green 86 ◦ blue 76

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

Shades of Lotus #85564C

Tints of Lotus #85564C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 25.76%

R = 45.08%
G = 29.15%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#85564C (or 0x85564C) is known color: Lotus. HEX triplet: 85, 56 and 4C. RGB value is (133,86,76). Sum of RGB (Red+Green+Blue) = 133+86+76=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 86 (33.98% from 255 or 29.15% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85564C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85564C is #7AA9B3. Grayscale: #626262. Windows color (decimal): -8038836 or 5002885. OLE color: 5002885.

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

Color convert

RGB 133 86 76 -
CMYK 0 0.35 0.43 0.48
HSL 10.53º 0.27% 0.41% -
HSV(B) 10.53º 0.43% 0.52% -
XYZ 14.31 12.16 8.43 -
YUV 98.91 115.07 152.31 -
System Red Green Blue C M Y K H S L
Decimal 133 86 76 0 0.35 0.43 0.48 10.53 0.27 0.41
Hex 85 56 4C 0 23 2B 30 B 1B 29
Octal 205 126 114 0 43 53 60 13 33 51
Binary 10000101 1010110 1001100 0 100011 101011 110000 1011 11011 101001

Color Harmonies of #85564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85564C

Black with #85564C

Text Example


Text Example

White with #85564C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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