#854B3D

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

Shades of Mule Fawn #854B3D

Tints of Mule Fawn #854B3D

Color information

#854B3D (or 0x854B3D) is unknown color: approx Mule Fawn. HEX triplet: 85, 4B and 3D. RGB value is (133,75,61). Sum of RGB (Red+Green+Blue) = 133+75+61=269 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.44% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 61 (24.22% from 255 or 22.68% from 269); Max value from RGB is 133 - color contains mainly: red. Hex color #854B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B3D is #7AB4C2. Grayscale: #5A5A5A. Windows color (decimal): -8041667 or 4017029. OLE color: 4017029.

HSL color Cylindrical-coordinate representation of color #854B3D: hue angle of 11.67º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #854B3D is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB1337561-
CMYK00.440.540.48
HSL11.67º37.11%38.04%-
HSV(B)11.67º54.14%52.16%-
XYZ13.0310.365.73-
YUV90.75111.22158.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.44%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 61 (24.22% from 255) = 22.68%
R=49.44%
G=27.88%
B=22.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133756100.440.540.4811.6737.1138.04
Hex854B3D02C3630c2526
Octal205113750546660144546
Binary10000101100101111110101011001101101100001100100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854B3D; }

 p { color: rgb(133,75,61); }

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

<style>
 a { background-color: #854B3D; }

 a { background-color: rgb(133,75,61); }

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

<style>
 span { border-color: #854B3D; }

 span { border-color: rgb(133,75,61); }

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