Html Css Color HEX #85514F Lotus

📋 copy color: '#85514F'

red 133 ◦ green 81 ◦ blue 79

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

Shades of Lotus #85514F

Tints of Lotus #85514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.65%

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

R = 45.39%
G = 27.65%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85514F (or 0x85514F) is known color: Lotus. HEX triplet: 85, 51 and 4F. RGB value is (133,81,79). Sum of RGB (Red+Green+Blue) = 133+81+79=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85514F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85514F is #7AAEB0. Grayscale: #606060. Windows color (decimal): -8040113 or 5198213. OLE color: 5198213.

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

Color convert

RGB 133 81 79 -
CMYK 0 0.39 0.41 0.48
HSL 2.22º 0.25% 0.42% -
HSV(B) 2.22º 0.41% 0.52% -
XYZ 14.03 11.44 8.87 -
YUV 96.32 118.23 154.16 -
System Red Green Blue C M Y K H S L
Decimal 133 81 79 0 0.39 0.41 0.48 2.22 0.25 0.42
Hex 85 51 4F 0 27 29 30 2 19 2A
Octal 205 121 117 0 47 51 60 2 31 52
Binary 10000101 1010001 1001111 0 100111 101001 110000 10 11001 101010

Color Harmonies of #85514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85514F

Black with #85514F

Text Example


Text Example

White with #85514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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