Html Css Color HEX #834B40 Mule Fawn

📋 copy color: '#834B40'

red 131 ◦ green 75 ◦ blue 64

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

Shades of Mule Fawn #834B40

Tints of Mule Fawn #834B40

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 48.52%
G = 27.78%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#834B40 (or 0x834B40) is known color: Mule Fawn. HEX triplet: 83, 4B and 40. RGB value is (131,75,64). Sum of RGB (Red+Green+Blue) = 131+75+64=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 64 (25.39% from 255 or 23.70% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834B40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834B40 is #7CB4BF. Grayscale: #5A5A5A. Windows color (decimal): -8172736 or 4213635. OLE color: 4213635.

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

Color convert

RGB 131 75 64 -
CMYK 0 0.43 0.51 0.49
HSL 9.85º 0.34% 0.38% -
HSV(B) 9.85º 0.51% 0.51% -
XYZ 12.8 10.23 6.15 -
YUV 90.49 113.05 156.89 -
System Red Green Blue C M Y K H S L
Decimal 131 75 64 0 0.43 0.51 0.49 9.85 0.34 0.38
Hex 83 4B 40 0 2B 33 31 A 22 26
Octal 203 113 100 0 53 63 61 12 42 46
Binary 10000011 1001011 1000000 0 101011 110011 110001 1010 100010 100110

Color Harmonies of #834B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834B40

Black with #834B40

Text Example


Text Example

White with #834B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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