Html Css Color HEX #824C49 Lotus

📋 copy color: '#824C49'

red 130 ◦ green 76 ◦ blue 73

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

Shades of Lotus #824C49

Tints of Lotus #824C49

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.24%

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

R = 46.59%
G = 27.24%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#824C49 (or 0x824C49) is known color: Lotus. HEX triplet: 82, 4C and 49. RGB value is (130,76,73). Sum of RGB (Red+Green+Blue) = 130+76+73=279 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.59% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 130 - color contains mainly: red. Hex color #824C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C49 is #7DB3B6. Grayscale: #5B5B5B. Windows color (decimal): -8238007 or 4803714. OLE color: 4803714.

HSL color Cylindrical-coordinate representation of color #824C49: hue angle of 3.16º 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 #824C49 is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 73 -
CMYK 0 0.42 0.44 0.49
HSL 3.16º 0.28% 0.4% -
HSV(B) 3.16º 0.44% 0.51% -
XYZ 12.99 10.4 7.63 -
YUV 91.8 117.39 155.24 -
System Red Green Blue C M Y K H S L
Decimal 130 76 73 0 0.42 0.44 0.49 3.16 0.28 0.4
Hex 82 4C 49 0 2A 2C 31 3 1C 28
Octal 202 114 111 0 52 54 61 3 34 50
Binary 10000010 1001100 1001001 0 101010 101100 110001 11 11100 101000

Color Harmonies of #824C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C49

Black with #824C49

Text Example


Text Example

White with #824C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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