#834A41

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

Shades of Mule Fawn #834A41

Tints of Mule Fawn #834A41

Color information

#834A41 (or 0x834A41) is unknown color: approx Mule Fawn. HEX triplet: 83, 4A and 41. RGB value is (131,74,65). Sum of RGB (Red+Green+Blue) = 131+74+65=270 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.52% from 270); Green value is 74 (29.30% from 255 or 27.41% from 270); Blue value is 65 (25.78% from 255 or 24.07% from 270); Max value from RGB is 131 - color contains mainly: red. Hex color #834A41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A41 is #7CB5BE. Grayscale: #5A5A5A. Windows color (decimal): -8172991 or 4278915. OLE color: 4278915.

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

Color convert

RGB1317465-
CMYK00.440.500.49
HSL8.18º33.67%38.43%-
HSV(B)8.18º50.38%51.37%-
XYZ12.7610.16.28-
YUV90.02113.88157.23-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.52%
GREEN value IS 74 (29.30% from 255) = 27.41%
BLUE value IS 65 (25.78% from 255) = 24.07%
R=48.52%
G=27.41%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131746500.440.500.498.1833.6738.43
Hex834A4102C323182226
Octal2031121010546261104246
Binary100000111001010100000101011001100101100011000100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,74,65); }

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

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

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

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

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

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

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