Html Css Color HEX #824E49 Lotus

📋 copy color: '#824E49'

red 130 ◦ green 78 ◦ blue 73

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

Shades of Lotus #824E49

Tints of Lotus #824E49

RGB

 RED value IS 130 (51.17% from 255) = 46.26%

 GREEN value IS 78 (30.86% from 255) = 27.76%

 BLUE value IS 73 (28.91% from 255) = 25.98%

R = 46.26%
G = 27.76%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824E49 (or 0x824E49) is known color: Lotus. HEX triplet: 82, 4E and 49. RGB value is (130,78,73). Sum of RGB (Red+Green+Blue) = 130+78+73=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #824E49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824E49 is #7DB1B6. Grayscale: #5D5D5D. Windows color (decimal): -8237495 or 4804226. OLE color: 4804226.

HSL color Cylindrical-coordinate representation of color #824E49: hue angle of 5.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #824E49 is Cyan = 0, Magento = 0.40, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 78 73 -
CMYK 0 0.40 0.44 0.49
HSL 5.26º 0.28% 0.4% -
HSV(B) 5.26º 0.44% 0.51% -
XYZ 13.13 10.68 7.67 -
YUV 92.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 130 78 73 0 0.40 0.44 0.49 5.26 0.28 0.4
Hex 82 4E 49 0 28 2C 31 5 1C 28
Octal 202 116 111 0 50 54 61 5 34 50
Binary 10000010 1001110 1001001 0 101000 101100 110001 101 11100 101000

Color Harmonies of #824E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E49

Black with #824E49

Text Example


Text Example

White with #824E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824E49; }

 p { color: rgb(130,78,73); }

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

background-color css

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

 a { background-color: rgb(130,78,73); }

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

border-color css

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

 span { border-color: rgb(130,78,73); }

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