#814E46

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

Shades of Mule Fawn #814E46

Tints of Mule Fawn #814E46

Color information

#814E46 (or 0x814E46) is unknown color: approx Mule Fawn. HEX triplet: 81, 4E and 46. RGB value is (129,78,70). Sum of RGB (Red+Green+Blue) = 129+78+70=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #814E46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #814E46 is #7EB1B9. Grayscale: #5C5C5C. Windows color (decimal): -8303034 or 4607617. OLE color: 4607617.

HSL color Cylindrical-coordinate representation of color #814E46: hue angle of 8.14º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #814E46 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.49.

Color convert

RGB1297870-
CMYK00.400.460.49
HSL8.14º29.65%39.02%-
HSV(B)8.14º45.74%50.59%-
XYZ12.8810.567.15-
YUV92.34115.4154.15-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 46.57%
GREEN value IS 78 (30.86% from 255) = 28.16%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=46.57%
G=28.16%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129787000.400.460.498.1429.6539.02
Hex814E460282E3181e27
Octal2011161060505661103647
Binary10000001100111010001100101000101110110001100011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #814E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #814E46; }

 p { color: rgb(129,78,70); }

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

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

 a { background-color: rgb(129,78,70); }

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

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

 span { border-color: rgb(129,78,70); }

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