#834A40

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

Shades of Mule Fawn #834A40

Tints of Mule Fawn #834A40

Color information

#834A40 (or 0x834A40) is unknown color: approx Mule Fawn. HEX triplet: 83, 4A and 40. RGB value is (131,74,64). Sum of RGB (Red+Green+Blue) = 131+74+64=269 (35% of max value = 765). Red value is 131 (51.56% from 255 or 48.70% from 269); Green value is 74 (29.30% from 255 or 27.51% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 131 - color contains mainly: red. Hex color #834A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834A40 is #7CB5BF. Grayscale: #5A5A5A. Windows color (decimal): -8172992 or 4213379. OLE color: 4213379.

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

Color convert

RGB1317464-
CMYK00.440.510.49
HSL8.96º34.36%38.24%-
HSV(B)8.96º51.15%51.37%-
XYZ12.7310.096.13-
YUV89.9113.38157.31-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 48.70%
GREEN value IS 74 (29.30% from 255) = 27.51%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=48.70%
G=27.51%
B=23.79%

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
Decimal131746400.440.510.498.9634.3638.24
Hex834A4002C333192226
Octal2031121000546361114246
Binary100000111001010100000001011001100111100011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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