#854F44

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

Shades of Mule Fawn #854F44

Tints of Mule Fawn #854F44

Color information

#854F44 (or 0x854F44) is unknown color: approx Mule Fawn. HEX triplet: 85, 4F and 44. RGB value is (133,79,68). Sum of RGB (Red+Green+Blue) = 133+79+68=280 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.5% from 280); Green value is 79 (31.25% from 255 or 28.21% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 133 - color contains mainly: red. Hex color #854F44 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #854F44 is #7AB0BB. Grayscale: #5D5D5D. Windows color (decimal): -8040636 or 4476805. OLE color: 4476805.

HSL color Cylindrical-coordinate representation of color #854F44: hue angle of 10.15º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #854F44 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB1337968-
CMYK00.410.490.48
HSL10.15º32.34%39.41%-
HSV(B)10.15º48.87%52.16%-
XYZ13.51116.88-
YUV93.89113.39155.89-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 47.5%
GREEN value IS 79 (31.25% from 255) = 28.21%
BLUE value IS 68 (26.95% from 255) = 24.29%
R=47.5%
G=28.21%
B=24.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133796800.410.490.4810.1532.3439.41
Hex854F440293130a2027
Octal2051171040516160124047
Binary100001011001111100010001010011100011100001010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854F44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,79,68); }

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

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

 a { background-color: rgb(133,79,68); }

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

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

 span { border-color: rgb(133,79,68); }

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