Html Css Color HEX #824945 Lotus

📋 copy color: '#824945'

red 130 ◦ green 73 ◦ blue 69

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

Shades of Lotus #824945

Tints of Lotus #824945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.37%

R = 47.79%
G = 26.84%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824945 (or 0x824945) is known color: Lotus. HEX triplet: 82, 49 and 45. RGB value is (130,73,69). Sum of RGB (Red+Green+Blue) = 130+73+69=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 73 (28.91% from 255 or 26.84% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #824945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824945 is #7DB6BA. Grayscale: #595959. Windows color (decimal): -8238779 or 4540802. OLE color: 4540802.

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

Color convert

RGB 130 73 69 -
CMYK 0 0.44 0.47 0.49
HSL 3.93º 0.31% 0.39% -
HSV(B) 3.93º 0.47% 0.51% -
XYZ 12.66 9.94 6.88 -
YUV 89.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 130 73 69 0 0.44 0.47 0.49 3.93 0.31 0.39
Hex 82 49 45 0 2C 2F 31 4 1F 27
Octal 202 111 105 0 54 57 61 4 37 47
Binary 10000010 1001001 1000101 0 101100 101111 110001 100 11111 100111

Color Harmonies of #824945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824945

Black with #824945

Text Example


Text Example

White with #824945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824945; }

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

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

background-color css

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

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

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

border-color css

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

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

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