#85483F

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

Shades of Mule Fawn #85483F

Tints of Mule Fawn #85483F

Color information

#85483F (or 0x85483F) is unknown color: approx Mule Fawn. HEX triplet: 85, 48 and 3F. RGB value is (133,72,63). Sum of RGB (Red+Green+Blue) = 133+72+63=268 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.63% from 268); Green value is 72 (28.52% from 255 or 26.87% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 133 - color contains mainly: red. Hex color #85483F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85483F is #7AB7C0. Grayscale: #595959. Windows color (decimal): -8042433 or 4147333. OLE color: 4147333.

HSL color Cylindrical-coordinate representation of color #85483F: hue angle of 7.71º 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 #85483F is Cyan = 0, Magento = 0.46, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1337263-
CMYK00.460.530.48
HSL7.71º35.71%38.43%-
HSV(B)7.71º52.63%52.16%-
XYZ12.899.985.95-
YUV89.21113.21159.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 49.63%
GREEN value IS 72 (28.52% from 255) = 26.87%
BLUE value IS 63 (25% from 255) = 23.51%
R=49.63%
G=26.87%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133726300.460.530.487.7135.7138.43
Hex85483F02E353082426
Octal205110770566560104446
Binary10000101100100011111101011101101011100001000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85483F; }

 p { color: rgb(133,72,63); }

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

<style>
 a { background-color: #85483F; }

 a { background-color: rgb(133,72,63); }

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

<style>
 span { border-color: #85483F; }

 span { border-color: rgb(133,72,63); }

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