Html Css Color HEX #824946 Lotus

📋 copy color: '#824946'

red 130 ◦ green 73 ◦ blue 70

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

Shades of Lotus #824946

Tints of Lotus #824946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 47.62%
G = 26.74%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#824946 (or 0x824946) is known color: Lotus. HEX triplet: 82, 49 and 46. RGB value is (130,73,70). Sum of RGB (Red+Green+Blue) = 130+73+70=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #824946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824946 is #7DB6B9. Grayscale: #595959. Windows color (decimal): -8238778 or 4606338. OLE color: 4606338.

HSL color Cylindrical-coordinate representation of color #824946: hue angle of 3º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #824946 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 73 70 -
CMYK 0 0.44 0.46 0.49
HSL 0.3% 0.39% -
HSV(B) 0.46% 0.51% -
XYZ 12.69 9.95 7.05 -
YUV 89.7 116.88 156.74 -
System Red Green Blue C M Y K H S L
Decimal 130 73 70 0 0.44 0.46 0.49 3 0.3 0.39
Hex 82 49 46 0 2C 2E 31 3 1E 27
Octal 202 111 106 0 54 56 61 3 36 47
Binary 10000010 1001001 1000110 0 101100 101110 110001 11 11110 100111

Color Harmonies of #824946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824946

Black with #824946

Text Example


Text Example

White with #824946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824946; }

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

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

background-color css

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

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

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

border-color css

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

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

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