#854B3E

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

Shades of Mule Fawn #854B3E

Tints of Mule Fawn #854B3E

Color information

#854B3E (or 0x854B3E) is unknown color: approx Mule Fawn. HEX triplet: 85, 4B and 3E. RGB value is (133,75,62). Sum of RGB (Red+Green+Blue) = 133+75+62=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 62 (24.61% from 255 or 22.96% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854B3E is #7AB4C1. Grayscale: #5A5A5A. Windows color (decimal): -8041666 or 4082565. OLE color: 4082565.

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

Color convert

RGB1337562-
CMYK00.440.530.48
HSL10.99º36.41%38.24%-
HSV(B)10.99º53.38%52.16%-
XYZ13.0610.375.87-
YUV90.86111.72158.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.26%
GREEN value IS 75 (29.69% from 255) = 27.78%
BLUE value IS 62 (24.61% from 255) = 22.96%
R=49.26%
G=27.78%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133756200.440.530.4810.9936.4138.24
Hex854B3E02C3530b2426
Octal205113760546560134446
Binary10000101100101111111001011001101011100001011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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