Html Css Color HEX #824B46 Lotus

📋 copy color: '#824B46'

red 130 ◦ green 75 ◦ blue 70

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

Shades of Lotus #824B46

Tints of Lotus #824B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.45%

R = 47.27%
G = 27.27%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#824B46 (or 0x824B46) is known color: Lotus. HEX triplet: 82, 4B and 46. RGB value is (130,75,70). Sum of RGB (Red+Green+Blue) = 130+75+70=275 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.27% from 275); Green value is 75 (29.69% from 255 or 27.27% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 130 - color contains mainly: red. Hex color #824B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #824B46 is #7DB4B9. Grayscale: #5A5A5A. Windows color (decimal): -8238266 or 4606850. OLE color: 4606850.

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

Color convert

RGB 130 75 70 -
CMYK 0 0.42 0.46 0.49
HSL 0.3% 0.39% -
HSV(B) 0.46% 0.51% -
XYZ 12.83 10.22 7.09 -
YUV 90.88 116.22 155.91 -
System Red Green Blue C M Y K H S L
Decimal 130 75 70 0 0.42 0.46 0.49 5 0.3 0.39
Hex 82 4B 46 0 2A 2E 31 5 1E 27
Octal 202 113 106 0 52 56 61 5 36 47
Binary 10000010 1001011 1000110 0 101010 101110 110001 101 11110 100111

Color Harmonies of #824B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B46

Black with #824B46

Text Example


Text Example

White with #824B46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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