Html Css Color HEX #854D4A Lotus

📋 copy color: '#854D4A'

red 133 ◦ green 77 ◦ blue 74

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

Shades of Lotus #854D4A

Tints of Lotus #854D4A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

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

R = 46.83%
G = 27.11%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.48

RGB Variations

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

Color information

#854D4A (or 0x854D4A) is known color: Lotus. HEX triplet: 85, 4D and 4A. RGB value is (133,77,74). Sum of RGB (Red+Green+Blue) = 133+77+74=284 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.83% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 133 - color contains mainly: red. Hex color #854D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854D4A is #7AB2B5. Grayscale: #5D5D5D. Windows color (decimal): -8041142 or 4869509. OLE color: 4869509.

HSL color Cylindrical-coordinate representation of color #854D4A: hue angle of 3.05º 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 #854D4A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 77 74 -
CMYK 0 0.42 0.44 0.48
HSL 3.05º 0.29% 0.41% -
HSV(B) 3.05º 0.44% 0.52% -
XYZ 13.56 10.79 7.85 -
YUV 93.4 117.05 156.24 -
System Red Green Blue C M Y K H S L
Decimal 133 77 74 0 0.42 0.44 0.48 3.05 0.29 0.41
Hex 85 4D 4A 0 2A 2C 30 3 1D 29
Octal 205 115 112 0 52 54 60 3 35 51
Binary 10000101 1001101 1001010 0 101010 101100 110000 11 11101 101001

Color Harmonies of #854D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D4A

Black with #854D4A

Text Example


Text Example

White with #854D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854D4A; }

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

 H1.HeaderClassName
 {
   color: #854D4A;
 }
 .AnyTagClassName
 {
   color: #854D4A;
 }
</style>

background-color css

<style>
 a { background-color: #854D4A; }

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

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

border-color css

<style>
 span { border-color: #854D4A; }

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

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