Html Css Color HEX #85534F Lotus

📋 copy color: '#85534F'

red 133 ◦ green 83 ◦ blue 79

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

Shades of Lotus #85534F

Tints of Lotus #85534F

RGB

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

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

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

R = 45.08%
G = 28.14%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.48

RGB Variations

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

Color information

#85534F (or 0x85534F) is known color: Lotus. HEX triplet: 85, 53 and 4F. RGB value is (133,83,79). Sum of RGB (Red+Green+Blue) = 133+83+79=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 79 (31.25% from 255 or 26.78% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85534F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85534F is #7AACB0. Grayscale: #616161. Windows color (decimal): -8039601 or 5198725. OLE color: 5198725.

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

Color convert

RGB 133 83 79 -
CMYK 0 0.38 0.41 0.48
HSL 4.44º 0.25% 0.42% -
HSV(B) 4.44º 0.41% 0.52% -
XYZ 14.18 11.74 8.92 -
YUV 97.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 133 83 79 0 0.38 0.41 0.48 4.44 0.25 0.42
Hex 85 53 4F 0 26 29 30 4 19 2A
Octal 205 123 117 0 46 51 60 4 31 52
Binary 10000101 1010011 1001111 0 100110 101001 110000 100 11001 101010

Color Harmonies of #85534F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85534F

Black with #85534F

Text Example


Text Example

White with #85534F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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