Html Css Color HEX #834946 Lotus

📋 copy color: '#834946'

red 131 ◦ green 73 ◦ blue 70

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

Shades of Lotus #834946

Tints of Lotus #834946

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.64%

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

R = 47.81%
G = 26.64%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#834946 (or 0x834946) is known color: Lotus. HEX triplet: 83, 49 and 46. RGB value is (131,73,70). Sum of RGB (Red+Green+Blue) = 131+73+70=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 73 (28.91% from 255 or 26.64% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #834946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834946 is #7CB6B9. Grayscale: #5A5A5A. Windows color (decimal): -8173242 or 4606339. OLE color: 4606339.

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

Color convert

RGB 131 73 70 -
CMYK 0 0.44 0.47 0.49
HSL 2.95º 0.3% 0.39% -
HSV(B) 2.95º 0.47% 0.51% -
XYZ 12.85 10.03 7.05 -
YUV 90 116.72 157.24 -
System Red Green Blue C M Y K H S L
Decimal 131 73 70 0 0.44 0.47 0.49 2.95 0.3 0.39
Hex 83 49 46 0 2C 2F 31 3 1E 27
Octal 203 111 106 0 54 57 61 3 36 47
Binary 10000011 1001001 1000110 0 101100 101111 110001 11 11110 100111

Color Harmonies of #834946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834946

Black with #834946

Text Example


Text Example

White with #834946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834946; }

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

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

background-color css

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

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

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

border-color css

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

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

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