Html Css Color HEX #834C49 Lotus

📋 copy color: '#834C49'

red 131 ◦ green 76 ◦ blue 73

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

Shades of Lotus #834C49

Tints of Lotus #834C49

RGB

 RED value IS 131 (51.56% from 255) = 46.79%

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

 BLUE value IS 73 (28.91% from 255) = 26.07%

R = 46.79%
G = 27.14%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#834C49 (or 0x834C49) is known color: Lotus. HEX triplet: 83, 4C and 49. RGB value is (131,76,73). Sum of RGB (Red+Green+Blue) = 131+76+73=280 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.79% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 73 (28.91% from 255 or 26.07% from 280); Max value from RGB is 131 - color contains mainly: red. Hex color #834C49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C49 is #7CB3B6. Grayscale: #5C5C5C. Windows color (decimal): -8172471 or 4803715. OLE color: 4803715.

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

Color convert

RGB 131 76 73 -
CMYK 0 0.42 0.44 0.49
HSL 3.1º 0.28% 0.4% -
HSV(B) 3.1º 0.44% 0.51% -
XYZ 13.15 10.48 7.63 -
YUV 92.1 117.22 155.74 -
System Red Green Blue C M Y K H S L
Decimal 131 76 73 0 0.42 0.44 0.49 3.1 0.28 0.4
Hex 83 4C 49 0 2A 2C 31 3 1C 28
Octal 203 114 111 0 52 54 61 3 34 50
Binary 10000011 1001100 1001001 0 101010 101100 110001 11 11100 101000

Color Harmonies of #834C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834C49

Black with #834C49

Text Example


Text Example

White with #834C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834C49; }

 p { color: rgb(131,76,73); }

 H1.HeaderClassName
 {
   color: #834C49;
 }
 .AnyTagClassName
 {
   color: #834C49;
 }
</style>

background-color css

<style>
 a { background-color: #834C49; }

 a { background-color: rgb(131,76,73); }

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

border-color css

<style>
 span { border-color: #834C49; }

 span { border-color: rgb(131,76,73); }

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