Html Css Color HEX #85504B Lotus

📋 copy color: '#85504B'

red 133 ◦ green 80 ◦ blue 75

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

Shades of Lotus #85504B

Tints of Lotus #85504B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 26.04%

R = 46.18%
G = 27.78%
B = 26.04%

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

#85504B (or 0x85504B) is known color: Lotus. HEX triplet: 85, 50 and 4B. RGB value is (133,80,75). Sum of RGB (Red+Green+Blue) = 133+80+75=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 80 (31.64% from 255 or 27.78% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #85504B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #85504B is #7AAFB4. Grayscale: #5F5F5F. Windows color (decimal): -8040373 or 4935813. OLE color: 4935813.

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

Color convert

RGB 133 80 75 -
CMYK 0 0.40 0.44 0.48
HSL 5.17º 0.28% 0.41% -
HSV(B) 5.17º 0.44% 0.52% -
XYZ 13.81 11.23 8.1 -
YUV 95.28 116.56 154.91 -
System Red Green Blue C M Y K H S L
Decimal 133 80 75 0 0.40 0.44 0.48 5.17 0.28 0.41
Hex 85 50 4B 0 28 2C 30 5 1C 29
Octal 205 120 113 0 50 54 60 5 34 51
Binary 10000101 1010000 1001011 0 101000 101100 110000 101 11100 101001

Color Harmonies of #85504B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85504B

Black with #85504B

Text Example


Text Example

White with #85504B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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