Html Css Color HEX #825149 Lotus

📋 copy color: '#825149'

red 130 ◦ green 81 ◦ blue 73

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

Shades of Lotus #825149

Tints of Lotus #825149

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.52%

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

R = 45.77%
G = 28.52%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#825149 (or 0x825149) is known color: Lotus. HEX triplet: 82, 51 and 49. RGB value is (130,81,73). Sum of RGB (Red+Green+Blue) = 130+81+73=284 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.77% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 130 - color contains mainly: red. Hex color #825149 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825149 is #7DAEB6. Grayscale: #5E5E5E. Windows color (decimal): -8236727 or 4804994. OLE color: 4804994.

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

Color convert

RGB 130 81 73 -
CMYK 0 0.38 0.44 0.49
HSL 8.42º 0.28% 0.4% -
HSV(B) 8.42º 0.44% 0.51% -
XYZ 13.35 11.11 7.74 -
YUV 94.74 115.73 153.15 -
System Red Green Blue C M Y K H S L
Decimal 130 81 73 0 0.38 0.44 0.49 8.42 0.28 0.4
Hex 82 51 49 0 26 2C 31 8 1C 28
Octal 202 121 111 0 46 54 61 10 34 50
Binary 10000010 1010001 1001001 0 100110 101100 110001 1000 11100 101000

Color Harmonies of #825149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825149

Black with #825149

Text Example


Text Example

White with #825149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825149; }

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

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

background-color css

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

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

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

border-color css

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

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

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