Html Css Color HEX #85483E Mule Fawn

📋 copy color: '#85483E'

red 133 ◦ green 72 ◦ blue 62

#85483E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mule Fawn #85483E

Tints of Mule Fawn #85483E

RGB

 RED value IS 133 (52.34% from 255) = 49.81%

 GREEN value IS 72 (28.52% from 255) = 26.97%

 BLUE value IS 62 (24.61% from 255) = 23.22%

R = 49.81%
G = 26.97%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85483E (or 0x85483E) is known color: Mule Fawn. HEX triplet: 85, 48 and 3E. RGB value is (133,72,62). Sum of RGB (Red+Green+Blue) = 133+72+62=267 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.81% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 62 (24.61% from 255 or 23.22% from 267); Max value from RGB is 133 - color contains mainly: red. Hex color #85483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85483E is #7AB7C1. Grayscale: #595959. Windows color (decimal): -8042434 or 4081797. OLE color: 4081797.

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

Color convert

RGB 133 72 62 -
CMYK 0 0.46 0.53 0.48
HSL 8.45º 0.36% 0.38% -
HSV(B) 8.45º 0.53% 0.52% -
XYZ 12.86 9.97 5.8 -
YUV 89.1 112.71 159.31 -
System Red Green Blue C M Y K H S L
Decimal 133 72 62 0 0.46 0.53 0.48 8.45 0.36 0.38
Hex 85 48 3E 0 2E 35 30 8 24 26
Octal 205 110 76 0 56 65 60 10 44 46
Binary 10000101 1001000 111110 0 101110 110101 110000 1000 100100 100110

Color Harmonies of #85483E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85483E

Black with #85483E

Text Example


Text Example

White with #85483E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85483E;
 }
 .AnyTagClassName
 {
   color: #85483E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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