Html Css Color HEX #854D4D Lotus

📋 copy color: '#854D4D'

red 133 ◦ green 77 ◦ blue 77

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

Shades of Lotus #854D4D

Tints of Lotus #854D4D

RGB

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

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

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

R = 46.34%
G = 26.83%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#854D4D (or 0x854D4D) is known color: Lotus. HEX triplet: 85, 4D and 4D. RGB value is (133,77,77). Sum of RGB (Red+Green+Blue) = 133+77+77=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 77 (30.47% from 255 or 26.83% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #854D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D4D is #7AB2B2. Grayscale: #5D5D5D. Windows color (decimal): -8041139 or 5066117. OLE color: 5066117.

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

Color convert

RGB 133 77 77 -
CMYK 0 0.42 0.42 0.48
HSL 0.27% 0.41% -
HSV(B) 0.42% 0.52% -
XYZ 13.67 10.83 8.39 -
YUV 93.74 118.55 156 -
System Red Green Blue C M Y K H S L
Decimal 133 77 77 0 0.42 0.42 0.48 0 0.27 0.41
Hex 85 4D 4D 0 2A 2A 30 0 1B 29
Octal 205 115 115 0 52 52 60 0 33 51
Binary 10000101 1001101 1001101 0 101010 101010 110000 0 11011 101001

Color Harmonies of #854D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D4D

Black with #854D4D

Text Example


Text Example

White with #854D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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