Html Css Color HEX #844F48 Lotus

📋 copy color: '#844F48'

red 132 ◦ green 79 ◦ blue 72

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

Shades of Lotus #844F48

Tints of Lotus #844F48

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 46.64%
G = 27.92%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#844F48 (or 0x844F48) is known color: Lotus. HEX triplet: 84, 4F and 48. RGB value is (132,79,72). Sum of RGB (Red+Green+Blue) = 132+79+72=283 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.64% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 132 - color contains mainly: red. Hex color #844F48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F48 is #7BB0B7. Grayscale: #5E5E5E. Windows color (decimal): -8106168 or 4738948. OLE color: 4738948.

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

Color convert

RGB 132 79 72 -
CMYK 0 0.40 0.45 0.48
HSL 0.29% 0.4% -
HSV(B) 0.45% 0.52% -
XYZ 13.48 10.97 7.54 -
YUV 94.05 115.56 155.07 -
System Red Green Blue C M Y K H S L
Decimal 132 79 72 0 0.40 0.45 0.48 7 0.29 0.4
Hex 84 4F 48 0 28 2D 30 7 1D 28
Octal 204 117 110 0 50 55 60 7 35 50
Binary 10000100 1001111 1001000 0 101000 101101 110000 111 11101 101000

Color Harmonies of #844F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F48

Black with #844F48

Text Example


Text Example

White with #844F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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