Html Css Color HEX #844846 Lotus

📋 copy color: '#844846'

red 132 ◦ green 72 ◦ blue 70

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

Shades of Lotus #844846

Tints of Lotus #844846

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

 BLUE value IS 70 (27.73% from 255) = 25.55%

R = 48.18%
G = 26.28%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#844846 (or 0x844846) is known color: Lotus. HEX triplet: 84, 48 and 46. RGB value is (132,72,70). Sum of RGB (Red+Green+Blue) = 132+72+70=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #844846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844846 is #7BB7B9. Grayscale: #595959. Windows color (decimal): -8107962 or 4606084. OLE color: 4606084.

HSL color Cylindrical-coordinate representation of color #844846: hue angle of 1.94º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #844846 is Cyan = 0, Magento = 0.45, Yellow = 0.47 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 72 70 -
CMYK 0 0.45 0.47 0.48
HSL 1.94º 0.31% 0.4% -
HSV(B) 1.94º 0.47% 0.52% -
XYZ 12.94 9.98 7.04 -
YUV 89.71 116.88 158.16 -
System Red Green Blue C M Y K H S L
Decimal 132 72 70 0 0.45 0.47 0.48 1.94 0.31 0.4
Hex 84 48 46 0 2D 2F 30 2 1F 28
Octal 204 110 106 0 55 57 60 2 37 50
Binary 10000100 1001000 1000110 0 101101 101111 110000 10 11111 101000

Color Harmonies of #844846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844846

Black with #844846

Text Example


Text Example

White with #844846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844846; }

 p { color: rgb(132,72,70); }

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

background-color css

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

 a { background-color: rgb(132,72,70); }

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

border-color css

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

 span { border-color: rgb(132,72,70); }

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