#85483D

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

Shades of Mule Fawn #85483D

Tints of Mule Fawn #85483D

Color information

#85483D (or 0x85483D) is unknown color: approx Mule Fawn. HEX triplet: 85, 48 and 3D. RGB value is (133,72,61). Sum of RGB (Red+Green+Blue) = 133+72+61=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 72 (28.52% from 255 or 27.07% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85483D is #7AB7C2. Grayscale: #595959. Windows color (decimal): -8042435 or 4016261. OLE color: 4016261.

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

Color convert

RGB1337261-
CMYK00.460.540.48
HSL9.17º37.11%38.04%-
HSV(B)9.17º54.14%52.16%-
XYZ12.839.965.66-
YUV88.98112.21159.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50%
GREEN value IS 72 (28.52% from 255) = 27.07%
BLUE value IS 61 (24.22% from 255) = 22.93%
R=50%
G=27.07%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.54
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133726100.460.540.489.1737.1138.04
Hex85483D02E363092526
Octal205110750566660114546
Binary10000101100100011110101011101101101100001001100101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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