Html Css Color HEX #834D47 Lotus

📋 copy color: '#834D47'

red 131 ◦ green 77 ◦ blue 71

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

Shades of Lotus #834D47

Tints of Lotus #834D47

RGB

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

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

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

R = 46.95%
G = 27.6%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#834D47 (or 0x834D47) is known color: Lotus. HEX triplet: 83, 4D and 47. RGB value is (131,77,71). Sum of RGB (Red+Green+Blue) = 131+77+71=279 (36% of max value = 765). Red value is 131 (51.56% from 255 or 46.95% from 279); Green value is 77 (30.47% from 255 or 27.60% from 279); Blue value is 71 (28.12% from 255 or 25.45% from 279); Max value from RGB is 131 - color contains mainly: red. Hex color #834D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #834D47 is #7CB2B8. Grayscale: #5C5C5C. Windows color (decimal): -8172217 or 4672899. OLE color: 4672899.

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

Color convert

RGB 131 77 71 -
CMYK 0 0.41 0.46 0.49
HSL 0.3% 0.4% -
HSV(B) 0.46% 0.51% -
XYZ 13.15 10.59 7.31 -
YUV 92.46 115.89 155.49 -
System Red Green Blue C M Y K H S L
Decimal 131 77 71 0 0.41 0.46 0.49 6 0.3 0.4
Hex 83 4D 47 0 29 2E 31 6 1E 28
Octal 203 115 107 0 51 56 61 6 36 50
Binary 10000011 1001101 1000111 0 101001 101110 110001 110 11110 101000

Color Harmonies of #834D47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834D47

Black with #834D47

Text Example


Text Example

White with #834D47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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