Html Css Color HEX #824B47 Lotus

📋 copy color: '#824B47'

red 130 ◦ green 75 ◦ blue 71

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

Shades of Lotus #824B47

Tints of Lotus #824B47

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.17%

 BLUE value IS 71 (28.13% from 255) = 25.72%

R = 47.1%
G = 27.17%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#824B47 (or 0x824B47) is known color: Lotus. HEX triplet: 82, 4B and 47. RGB value is (130,75,71). Sum of RGB (Red+Green+Blue) = 130+75+71=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 75 (29.69% from 255 or 27.17% from 276); Blue value is 71 (28.12% from 255 or 25.72% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #824B47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B47 is #7DB4B8. Grayscale: #5B5B5B. Windows color (decimal): -8238265 or 4672386. OLE color: 4672386.

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

Color convert

RGB 130 75 71 -
CMYK 0 0.42 0.45 0.49
HSL 4.07º 0.29% 0.39% -
HSV(B) 4.07º 0.45% 0.51% -
XYZ 12.86 10.23 7.26 -
YUV 90.99 116.72 155.83 -
System Red Green Blue C M Y K H S L
Decimal 130 75 71 0 0.42 0.45 0.49 4.07 0.29 0.39
Hex 82 4B 47 0 2A 2D 31 4 1D 27
Octal 202 113 107 0 52 55 61 4 35 47
Binary 10000010 1001011 1000111 0 101010 101101 110001 100 11101 100111

Color Harmonies of #824B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B47

Black with #824B47

Text Example


Text Example

White with #824B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,71); }

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

background-color css

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

 a { background-color: rgb(130,75,71); }

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

border-color css

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

 span { border-color: rgb(130,75,71); }

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