#834940

Color #834940 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #834940

Tints of Mule Fawn #834940

Color information

#834940 (or 0x834940) is unknown color: approx Mule Fawn. HEX triplet: 83, 49 and 40. RGB value is (131,73,64). Sum of RGB (Red+Green+Blue) = 131+73+64=268 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.88% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 131 - color contains mainly: red. Hex color #834940 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834940 is #7CB6BF. Grayscale: #595959. Windows color (decimal): -8173248 or 4213123. OLE color: 4213123.

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

Color convert

RGB1317364-
CMYK00.440.510.49
HSL8.06º34.36%38.24%-
HSV(B)8.06º51.15%51.37%-
XYZ12.679.966.11-
YUV89.32113.72157.73-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.88%
GREEN value IS 73 (28.91% from 255) = 27.24%
BLUE value IS 64 (25.39% from 255) = 23.88%
R=48.88%
G=27.24%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131736400.440.510.498.0634.3638.24
Hex83494002C333182226
Octal2031111000546361104246
Binary100000111001001100000001011001100111100011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834940; }

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

 H1.HeaderClassName
 {
   color: #834940;
 }
 .AnyTagClassName
 {
   color: #834940;
 }
</style>
background-color css

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

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

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

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

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

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