Html Css Color HEX #834D4C Lotus

📋 copy color: '#834D4C'

red 131 ◦ green 77 ◦ blue 76

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

Shades of Lotus #834D4C

Tints of Lotus #834D4C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.11%

 BLUE value IS 76 (30.08% from 255) = 26.76%

R = 46.13%
G = 27.11%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#834D4C (or 0x834D4C) is known color: Lotus. HEX triplet: 83, 4D and 4C. RGB value is (131,77,76). Sum of RGB (Red+Green+Blue) = 131+77+76=284 (37% of max value = 765). Red value is 131 (51.56% from 255 or 46.13% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 76 (30.08% from 255 or 26.76% from 284); Max value from RGB is 131 - color contains mainly: red. Hex color #834D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D4C is #7CB2B3. Grayscale: #5D5D5D. Windows color (decimal): -8172212 or 5000579. OLE color: 5000579.

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

Color convert

RGB 131 77 76 -
CMYK 0 0.41 0.42 0.49
HSL 1.09º 0.27% 0.41% -
HSV(B) 1.09º 0.42% 0.51% -
XYZ 13.32 10.65 8.19 -
YUV 93.03 118.39 155.08 -
System Red Green Blue C M Y K H S L
Decimal 131 77 76 0 0.41 0.42 0.49 1.09 0.27 0.41
Hex 83 4D 4C 0 29 2A 31 1 1B 29
Octal 203 115 114 0 51 52 61 1 33 51
Binary 10000011 1001101 1001100 0 101001 101010 110001 1 11011 101001

Color Harmonies of #834D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D4C

Black with #834D4C

Text Example


Text Example

White with #834D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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