Html Css Color HEX #844D4A Lotus

📋 copy color: '#844D4A'

red 132 ◦ green 77 ◦ blue 74

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

Shades of Lotus #844D4A

Tints of Lotus #844D4A

RGB

 RED value IS 132 (51.95% from 255) = 46.64%

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

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

R = 46.64%
G = 27.21%
B = 26.15%

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

#844D4A (or 0x844D4A) is known color: Lotus. HEX triplet: 84, 4D and 4A. RGB value is (132,77,74). Sum of RGB (Red+Green+Blue) = 132+77+74=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844D4A is #7BB2B5. Grayscale: #5D5D5D. Windows color (decimal): -8106678 or 4869508. OLE color: 4869508.

HSL color Cylindrical-coordinate representation of color #844D4A: hue angle of 3.1º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #844D4A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 77 74 -
CMYK 0 0.42 0.44 0.48
HSL 3.1º 0.28% 0.4% -
HSV(B) 3.1º 0.44% 0.52% -
XYZ 13.41 10.71 7.84 -
YUV 93.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 132 77 74 0 0.42 0.44 0.48 3.1 0.28 0.4
Hex 84 4D 4A 0 2A 2C 30 3 1C 28
Octal 204 115 112 0 52 54 60 3 34 50
Binary 10000100 1001101 1001010 0 101010 101100 110000 11 11100 101000

Color Harmonies of #844D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844D4A

Black with #844D4A

Text Example


Text Example

White with #844D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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