Html Css Color HEX #834747 Lotus

📋 copy color: '#834747'

red 131 ◦ green 71 ◦ blue 71

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

Shades of Lotus #834747

Tints of Lotus #834747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 26.01%

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

R = 47.99%
G = 26.01%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.49

RGB Variations

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

Color information

#834747 (or 0x834747) is known color: Lotus. HEX triplet: 83, 47 and 47. RGB value is (131,71,71). Sum of RGB (Red+Green+Blue) = 131+71+71=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 71 (28.12% from 255 or 26.01% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834747 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834747 is #7CB8B8. Grayscale: #595959. Windows color (decimal): -8173753 or 4671363. OLE color: 4671363.

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

Color convert

RGB 131 71 71 -
CMYK 0 0.46 0.46 0.49
HSL 0.3% 0.4% -
HSV(B) 0.46% 0.51% -
XYZ 12.75 9.79 7.18 -
YUV 88.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 131 71 71 0 0.46 0.46 0.49 0 0.3 0.4
Hex 83 47 47 0 2E 2E 31 0 1E 28
Octal 203 107 107 0 56 56 61 0 36 50
Binary 10000011 1000111 1000111 0 101110 101110 110001 0 11110 101000

Color Harmonies of #834747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834747

Black with #834747

Text Example


Text Example

White with #834747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834747; }

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

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

background-color css

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

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

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

border-color css

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

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

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