Html Css Color HEX #825249 Lotus

📋 copy color: '#825249'

red 130 ◦ green 82 ◦ blue 73

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

Shades of Lotus #825249

Tints of Lotus #825249

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.77%

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

R = 45.61%
G = 28.77%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#825249 (or 0x825249) is known color: Lotus. HEX triplet: 82, 52 and 49. RGB value is (130,82,73). Sum of RGB (Red+Green+Blue) = 130+82+73=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 73 (28.91% from 255 or 25.61% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #825249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #825249 is #7DADB6. Grayscale: #5F5F5F. Windows color (decimal): -8236471 or 4805250. OLE color: 4805250.

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

Color convert

RGB 130 82 73 -
CMYK 0 0.37 0.44 0.49
HSL 9.47º 0.28% 0.4% -
HSV(B) 9.47º 0.44% 0.51% -
XYZ 13.43 11.26 7.77 -
YUV 95.33 115.4 152.73 -
System Red Green Blue C M Y K H S L
Decimal 130 82 73 0 0.37 0.44 0.49 9.47 0.28 0.4
Hex 82 52 49 0 25 2C 31 9 1C 28
Octal 202 122 111 0 45 54 61 11 34 50
Binary 10000010 1010010 1001001 0 100101 101100 110001 1001 11100 101000

Color Harmonies of #825249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825249

Black with #825249

Text Example


Text Example

White with #825249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825249; }

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

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

background-color css

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

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

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

border-color css

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

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

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