Html Css Color HEX #85483F Mule Fawn

📋 copy color: '#85483F'

red 133 ◦ green 72 ◦ blue 63

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

Shades of Mule Fawn #85483F

Tints of Mule Fawn #85483F

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 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

#85483F (or 0x85483F) is known color: 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

RGB 133 72 63 -
CMYK 0 0.46 0.53 0.48
HSL 7.71º 0.36% 0.38% -
HSV(B) 7.71º 0.53% 0.52% -
XYZ 12.89 9.98 5.95 -
YUV 89.21 113.21 159.23 -
System Red Green Blue C M Y K H S L
Decimal 133 72 63 0 0.46 0.53 0.48 7.71 0.36 0.38
Hex 85 48 3F 0 2E 35 30 8 24 26
Octal 205 110 77 0 56 65 60 10 44 46
Binary 10000101 1001000 111111 0 101110 110101 110000 1000 100100 100110

Color Harmonies of #85483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85483F

Black with #85483F

Text Example


Text Example

White with #85483F

Text Example


Text Example

HTML Codes & Css Web 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>