Html Css Color HEX #844F4C Lotus

📋 copy color: '#844F4C'

red 132 ◦ green 79 ◦ blue 76

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

Shades of Lotus #844F4C

Tints of Lotus #844F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 45.99%
G = 27.53%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#844F4C (or 0x844F4C) is known color: Lotus. HEX triplet: 84, 4F and 4C. RGB value is (132,79,76). Sum of RGB (Red+Green+Blue) = 132+79+76=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 79 (31.25% from 255 or 27.53% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #844F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #844F4C is #7BB0B3. Grayscale: #5E5E5E. Windows color (decimal): -8106164 or 5001092. OLE color: 5001092.

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

Color convert

RGB 132 79 76 -
CMYK 0 0.40 0.42 0.48
HSL 3.21º 0.27% 0.41% -
HSV(B) 3.21º 0.42% 0.52% -
XYZ 13.62 11.02 8.25 -
YUV 94.51 117.56 154.74 -
System Red Green Blue C M Y K H S L
Decimal 132 79 76 0 0.40 0.42 0.48 3.21 0.27 0.41
Hex 84 4F 4C 0 28 2A 30 3 1B 29
Octal 204 117 114 0 50 52 60 3 33 51
Binary 10000100 1001111 1001100 0 101000 101010 110000 11 11011 101001

Color Harmonies of #844F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844F4C

Black with #844F4C

Text Example


Text Example

White with #844F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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