Html Css Color HEX #824C4A Lotus

📋 copy color: '#824C4A'

red 130 ◦ green 76 ◦ blue 74

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

Shades of Lotus #824C4A

Tints of Lotus #824C4A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.14%

 BLUE value IS 74 (29.3% from 255) = 26.43%

R = 46.43%
G = 27.14%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#824C4A (or 0x824C4A) is known color: Lotus. HEX triplet: 82, 4C and 4A. RGB value is (130,76,74). Sum of RGB (Red+Green+Blue) = 130+76+74=280 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.43% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 74 (29.30% from 255 or 26.43% from 280); Max value from RGB is 130 - color contains mainly: red. Hex color #824C4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824C4A is #7DB3B5. Grayscale: #5B5B5B. Windows color (decimal): -8238006 or 4869250. OLE color: 4869250.

HSL color Cylindrical-coordinate representation of color #824C4A: hue angle of 2.14º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #824C4A is Cyan = 0, Magento = 0.42, Yellow = 0.43 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 74 -
CMYK 0 0.42 0.43 0.49
HSL 2.14º 0.27% 0.4% -
HSV(B) 2.14º 0.43% 0.51% -
XYZ 13.03 10.41 7.8 -
YUV 91.92 117.89 155.16 -
System Red Green Blue C M Y K H S L
Decimal 130 76 74 0 0.42 0.43 0.49 2.14 0.27 0.4
Hex 82 4C 4A 0 2A 2B 31 2 1B 28
Octal 202 114 112 0 52 53 61 2 33 50
Binary 10000010 1001100 1001010 0 101010 101011 110001 10 11011 101000

Color Harmonies of #824C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C4A

Black with #824C4A

Text Example


Text Example

White with #824C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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