Html Css Color HEX #834840 Mule Fawn

📋 copy color: '#834840'

red 131 ◦ green 72 ◦ blue 64

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

Shades of Mule Fawn #834840

Tints of Mule Fawn #834840

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.97%

R = 49.06%
G = 26.97%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#834840 (or 0x834840) is known color: Mule Fawn. HEX triplet: 83, 48 and 40. RGB value is (131,72,64). Sum of RGB (Red+Green+Blue) = 131+72+64=267 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.06% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 131 - color contains mainly: red. Hex color #834840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834840 is #7CB7BF. Grayscale: #585858. Windows color (decimal): -8173504 or 4212867. OLE color: 4212867.

HSL color Cylindrical-coordinate representation of color #834840: hue angle of 7.16º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #834840 is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 72 64 -
CMYK 0 0.45 0.51 0.49
HSL 7.16º 0.34% 0.38% -
HSV(B) 7.16º 0.51% 0.51% -
XYZ 12.6 9.83 6.08 -
YUV 88.73 114.05 158.15 -
System Red Green Blue C M Y K H S L
Decimal 131 72 64 0 0.45 0.51 0.49 7.16 0.34 0.38
Hex 83 48 40 0 2D 33 31 7 22 26
Octal 203 110 100 0 55 63 61 7 42 46
Binary 10000011 1001000 1000000 0 101101 110011 110001 111 100010 100110

Color Harmonies of #834840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834840

Black with #834840

Text Example


Text Example

White with #834840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834840; }

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

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

background-color css

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

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

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

border-color css

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

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

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