Html Css Color HEX #85504A Lotus

📋 copy color: '#85504A'

red 133 ◦ green 80 ◦ blue 74

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

Shades of Lotus #85504A

Tints of Lotus #85504A

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 46.34%
G = 27.87%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#85504A (or 0x85504A) is known color: Lotus. HEX triplet: 85, 50 and 4A. RGB value is (133,80,74). Sum of RGB (Red+Green+Blue) = 133+80+74=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #85504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85504A is #7AAFB5. Grayscale: #5F5F5F. Windows color (decimal): -8040374 or 4870277. OLE color: 4870277.

HSL color Cylindrical-coordinate representation of color #85504A: hue angle of 6.1º degrees, saturation: 0.29, 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 #85504A is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 74 -
CMYK 0 0.40 0.44 0.48
HSL 6.1º 0.29% 0.41% -
HSV(B) 6.1º 0.44% 0.52% -
XYZ 13.78 11.22 7.92 -
YUV 95.16 116.06 154.99 -
System Red Green Blue C M Y K H S L
Decimal 133 80 74 0 0.40 0.44 0.48 6.1 0.29 0.41
Hex 85 50 4A 0 28 2C 30 6 1D 29
Octal 205 120 112 0 50 54 60 6 35 51
Binary 10000101 1010000 1001010 0 101000 101100 110000 110 11101 101001

Color Harmonies of #85504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85504A

Black with #85504A

Text Example


Text Example

White with #85504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85504A; }

 p { color: rgb(133,80,74); }

 H1.HeaderClassName
 {
   color: #85504A;
 }
 .AnyTagClassName
 {
   color: #85504A;
 }
</style>

background-color css

<style>
 a { background-color: #85504A; }

 a { background-color: rgb(133,80,74); }

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

border-color css

<style>
 span { border-color: #85504A; }

 span { border-color: rgb(133,80,74); }

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