#834C42

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

Shades of Mule Fawn #834C42

Tints of Mule Fawn #834C42

Color information

#834C42 (or 0x834C42) is unknown color: approx Mule Fawn. HEX triplet: 83, 4C and 42. RGB value is (131,76,66). Sum of RGB (Red+Green+Blue) = 131+76+66=273 (36% of max value = 765). Red value is 131 (51.56% from 255 or 47.99% from 273); Green value is 76 (30.08% from 255 or 27.84% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 131 - color contains mainly: red. Hex color #834C42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834C42 is #7CB3BD. Grayscale: #5B5B5B. Windows color (decimal): -8172478 or 4344963. OLE color: 4344963.

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

Color convert

RGB1317666-
CMYK00.420.500.49
HSL9.23º32.99%38.63%-
HSV(B)9.23º49.62%51.37%-
XYZ12.9310.396.48-
YUV91.3113.72156.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 47.99%
GREEN value IS 76 (30.08% from 255) = 27.84%
BLUE value IS 66 (26.17% from 255) = 24.18%
R=47.99%
G=27.84%
B=24.18%

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
Decimal131766600.420.500.499.2332.9938.63
Hex834C4202A323192127
Octal2031141020526261114147
Binary100000111001100100001001010101100101100011001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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