Html Css Color HEX #824A45 Lotus

📋 copy color: '#824A45'

red 130 ◦ green 74 ◦ blue 69

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

Shades of Lotus #824A45

Tints of Lotus #824A45

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.11%

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

R = 47.62%
G = 27.11%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824A45 (or 0x824A45) is known color: Lotus. HEX triplet: 82, 4A and 45. RGB value is (130,74,69). Sum of RGB (Red+Green+Blue) = 130+74+69=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 74 (29.30% from 255 or 27.11% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #824A45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824A45 is #7DB5BA. Grayscale: #5A5A5A. Windows color (decimal): -8238523 or 4541058. OLE color: 4541058.

HSL color Cylindrical-coordinate representation of color #824A45: hue angle of 4.92º 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 #824A45 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 74 69 -
CMYK 0 0.43 0.47 0.49
HSL 4.92º 0.31% 0.39% -
HSV(B) 4.92º 0.47% 0.51% -
XYZ 12.73 10.07 6.9 -
YUV 90.17 116.05 156.41 -
System Red Green Blue C M Y K H S L
Decimal 130 74 69 0 0.43 0.47 0.49 4.92 0.31 0.39
Hex 82 4A 45 0 2B 2F 31 5 1F 27
Octal 202 112 105 0 53 57 61 5 37 47
Binary 10000010 1001010 1000101 0 101011 101111 110001 101 11111 100111

Color Harmonies of #824A45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A45

Black with #824A45

Text Example


Text Example

White with #824A45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A45; }

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

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

background-color css

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

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

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

border-color css

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

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

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