Html Css Color HEX #824B48 Lotus

📋 copy color: '#824B48'

red 130 ◦ green 75 ◦ blue 72

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

Shades of Lotus #824B48

Tints of Lotus #824B48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.99%

R = 46.93%
G = 27.08%
B = 25.99%

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

#824B48 (or 0x824B48) is known color: Lotus. HEX triplet: 82, 4B and 48. RGB value is (130,75,72). Sum of RGB (Red+Green+Blue) = 130+75+72=277 (36% of max value = 765). Red value is 130 (51.17% from 255 or 46.93% from 277); Green value is 75 (29.69% from 255 or 27.08% from 277); Blue value is 72 (28.52% from 255 or 25.99% from 277); Max value from RGB is 130 - color contains mainly: red. Hex color #824B48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B48 is #7DB4B7. Grayscale: #5B5B5B. Windows color (decimal): -8238264 or 4737922. OLE color: 4737922.

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

Color convert

RGB 130 75 72 -
CMYK 0 0.42 0.45 0.49
HSL 3.1º 0.29% 0.4% -
HSV(B) 3.1º 0.45% 0.51% -
XYZ 12.89 10.25 7.43 -
YUV 91.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 130 75 72 0 0.42 0.45 0.49 3.1 0.29 0.4
Hex 82 4B 48 0 2A 2D 31 3 1D 28
Octal 202 113 110 0 52 55 61 3 35 50
Binary 10000010 1001011 1001000 0 101010 101101 110001 11 11101 101000

Color Harmonies of #824B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B48

Black with #824B48

Text Example


Text Example

White with #824B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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