Html Css Color HEX #85534D Lotus

📋 copy color: '#85534D'

red 133 ◦ green 83 ◦ blue 77

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

Shades of Lotus #85534D

Tints of Lotus #85534D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 77 (30.47% from 255) = 26.28%

R = 45.39%
G = 28.33%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#85534D (or 0x85534D) is known color: Lotus. HEX triplet: 85, 53 and 4D. RGB value is (133,83,77). Sum of RGB (Red+Green+Blue) = 133+83+77=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 77 (30.47% from 255 or 26.28% from 293); Max value from RGB is 133 - color contains mainly: red. Hex color #85534D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85534D is #7AACB2. Grayscale: #616161. Windows color (decimal): -8039603 or 5067653. OLE color: 5067653.

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

Color convert

RGB 133 83 77 -
CMYK 0 0.38 0.42 0.48
HSL 6.43º 0.27% 0.41% -
HSV(B) 6.43º 0.42% 0.52% -
XYZ 14.11 11.71 8.54 -
YUV 97.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 133 83 77 0 0.38 0.42 0.48 6.43 0.27 0.41
Hex 85 53 4D 0 26 2A 30 6 1B 29
Octal 205 123 115 0 46 52 60 6 33 51
Binary 10000101 1010011 1001101 0 100110 101010 110000 110 11011 101001

Color Harmonies of #85534D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85534D

Black with #85534D

Text Example


Text Example

White with #85534D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85534D; }

 p { color: rgb(133,83,77); }

 H1.HeaderClassName
 {
   color: #85534D;
 }
 .AnyTagClassName
 {
   color: #85534D;
 }
</style>

background-color css

<style>
 a { background-color: #85534D; }

 a { background-color: rgb(133,83,77); }

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

border-color css

<style>
 span { border-color: #85534D; }

 span { border-color: rgb(133,83,77); }

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