Html Css Color HEX #834847 Lotus

📋 copy color: '#834847'

red 131 ◦ green 72 ◦ blue 71

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

Shades of Lotus #834847

Tints of Lotus #834847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.28%

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

R = 47.81%
G = 26.28%
B = 25.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#834847 (or 0x834847) is known color: Lotus. HEX triplet: 83, 48 and 47. RGB value is (131,72,71). Sum of RGB (Red+Green+Blue) = 131+72+71=274 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.81% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 71 (28.12% from 255 or 25.91% from 274); Max value from RGB is 131 - color contains mainly: red. Hex color #834847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834847 is #7CB7B8. Grayscale: #595959. Windows color (decimal): -8173497 or 4671619. OLE color: 4671619.

HSL color Cylindrical-coordinate representation of color #834847: hue angle of 1º 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 #834847 is Cyan = 0, Magento = 0.45, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 71 -
CMYK 0 0.45 0.46 0.49
HSL 0.3% 0.4% -
HSV(B) 0.46% 0.51% -
XYZ 12.81 9.91 7.2 -
YUV 89.53 117.55 157.58 -
System Red Green Blue C M Y K H S L
Decimal 131 72 71 0 0.45 0.46 0.49 1 0.3 0.4
Hex 83 48 47 0 2D 2E 31 1 1E 28
Octal 203 110 107 0 55 56 61 1 36 50
Binary 10000011 1001000 1000111 0 101101 101110 110001 1 11110 101000

Color Harmonies of #834847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834847

Black with #834847

Text Example


Text Example

White with #834847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834847; }

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

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

background-color css

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

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

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

border-color css

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

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

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