Html Css Color HEX #824845 Lotus

📋 copy color: '#824845'

red 130 ◦ green 72 ◦ blue 69

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

Shades of Lotus #824845

Tints of Lotus #824845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.57%

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

R = 47.97%
G = 26.57%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#824845 (or 0x824845) is known color: Lotus. HEX triplet: 82, 48 and 45. RGB value is (130,72,69). Sum of RGB (Red+Green+Blue) = 130+72+69=271 (35% of max value = 765). Red value is 130 (51.17% from 255 or 47.97% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 130 - color contains mainly: red. Hex color #824845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824845 is #7DB7BA. Grayscale: #595959. Windows color (decimal): -8239035 or 4540546. OLE color: 4540546.

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

Color convert

RGB 130 72 69 -
CMYK 0 0.45 0.47 0.49
HSL 2.95º 0.31% 0.39% -
HSV(B) 2.95º 0.47% 0.51% -
XYZ 12.6 9.81 6.86 -
YUV 89 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 130 72 69 0 0.45 0.47 0.49 2.95 0.31 0.39
Hex 82 48 45 0 2D 2F 31 3 1F 27
Octal 202 110 105 0 55 57 61 3 37 47
Binary 10000010 1001000 1000101 0 101101 101111 110001 11 11111 100111

Color Harmonies of #824845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824845

Black with #824845

Text Example


Text Example

White with #824845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824845; }

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

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

background-color css

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

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

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

border-color css

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

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

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