#834C41

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

Shades of Mule Fawn #834C41

Tints of Mule Fawn #834C41

Color information

#834C41 (or 0x834C41) is unknown color: approx Mule Fawn. HEX triplet: 83, 4C and 41. RGB value is (131,76,65). Sum of RGB (Red+Green+Blue) = 131+76+65=272 (36% of max value = 765). Red value is 131 (51.56% from 255 or 48.16% from 272); Green value is 76 (30.08% from 255 or 27.94% from 272); Blue value is 65 (25.78% from 255 or 23.90% from 272); Max value from RGB is 131 - color contains mainly: red. Hex color #834C41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C41 is #7CB3BE. Grayscale: #5B5B5B. Windows color (decimal): -8172479 or 4279427. OLE color: 4279427.

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

Color convert

RGB1317665-
CMYK00.420.500.49
HSL10º33.67%38.43%-
HSV(B)10º50.38%51.37%-
XYZ12.910.386.32-
YUV91.19113.22156.39-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.16%
GREEN value IS 76 (30.08% from 255) = 27.94%
BLUE value IS 65 (25.78% from 255) = 23.90%
R=48.16%
G=27.94%
B=23.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131766500.420.500.491033.6738.43
Hex834C4102A3231a2226
Octal2031141010526261124246
Binary100000111001100100000101010101100101100011010100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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