Html Css Color HEX #824947 Lotus

📋 copy color: '#824947'

red 130 ◦ green 73 ◦ blue 71

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

Shades of Lotus #824947

Tints of Lotus #824947

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 25.91%

R = 47.45%
G = 26.64%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824947 (or 0x824947) is known color: Lotus. HEX triplet: 82, 49 and 47. RGB value is (130,73,71). Sum of RGB (Red+Green+Blue) = 130+73+71=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #824947 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824947 is #7DB6B8. Grayscale: #595959. Windows color (decimal): -8238777 or 4671874. OLE color: 4671874.

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

Color convert

RGB 130 73 71 -
CMYK 0 0.44 0.45 0.49
HSL 2.03º 0.29% 0.39% -
HSV(B) 2.03º 0.45% 0.51% -
XYZ 12.73 9.97 7.21 -
YUV 89.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 130 73 71 0 0.44 0.45 0.49 2.03 0.29 0.39
Hex 82 49 47 0 2C 2D 31 2 1D 27
Octal 202 111 107 0 54 55 61 2 35 47
Binary 10000010 1001001 1000111 0 101100 101101 110001 10 11101 100111

Color Harmonies of #824947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824947

Black with #824947

Text Example


Text Example

White with #824947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824947; }

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

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

background-color css

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

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

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

border-color css

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

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

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