Html Css Color HEX #844A48 Lotus

📋 copy color: '#844A48'

red 132 ◦ green 74 ◦ blue 72

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

Shades of Lotus #844A48

Tints of Lotus #844A48

RGB

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

 GREEN value IS 74 (29.3% from 255) = 26.62%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 47.48%
G = 26.62%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844A48 (or 0x844A48) is known color: Lotus. HEX triplet: 84, 4A and 48. RGB value is (132,74,72). Sum of RGB (Red+Green+Blue) = 132+74+72=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #844A48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #844A48 is #7BB5B7. Grayscale: #5B5B5B. Windows color (decimal): -8107448 or 4737668. OLE color: 4737668.

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

Color convert

RGB 132 74 72 -
CMYK 0 0.44 0.45 0.48
HSL 0.29% 0.4% -
HSV(B) 0.45% 0.52% -
XYZ 13.13 10.27 7.42 -
YUV 91.11 117.22 157.16 -
System Red Green Blue C M Y K H S L
Decimal 132 74 72 0 0.44 0.45 0.48 2 0.29 0.4
Hex 84 4A 48 0 2C 2D 30 2 1D 28
Octal 204 112 110 0 54 55 60 2 35 50
Binary 10000100 1001010 1001000 0 101100 101101 110000 10 11101 101000

Color Harmonies of #844A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844A48

Black with #844A48

Text Example


Text Example

White with #844A48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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