Html Css Color HEX #824F4A Lotus

📋 copy color: '#824F4A'

red 130 ◦ green 79 ◦ blue 74

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

Shades of Lotus #824F4A

Tints of Lotus #824F4A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.92%

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

R = 45.94%
G = 27.92%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.49

RGB Variations

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

Color information

#824F4A (or 0x824F4A) is known color: Lotus. HEX triplet: 82, 4F and 4A. RGB value is (130,79,74). Sum of RGB (Red+Green+Blue) = 130+79+74=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 79 (31.25% from 255 or 27.92% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #824F4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #824F4A is #7DB0B5. Grayscale: #5D5D5D. Windows color (decimal): -8237238 or 4870018. OLE color: 4870018.

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

Color convert

RGB 130 79 74 -
CMYK 0 0.39 0.43 0.49
HSL 5.36º 0.27% 0.4% -
HSV(B) 5.36º 0.43% 0.51% -
XYZ 13.24 10.83 7.87 -
YUV 93.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 130 79 74 0 0.39 0.43 0.49 5.36 0.27 0.4
Hex 82 4F 4A 0 27 2B 31 5 1B 28
Octal 202 117 112 0 47 53 61 5 33 50
Binary 10000010 1001111 1001010 0 100111 101011 110001 101 11011 101000

Color Harmonies of #824F4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F4A

Black with #824F4A

Text Example


Text Example

White with #824F4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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