Html Css Color HEX #85483D Mule Fawn

📋 copy color: '#85483D'

red 133 ◦ green 72 ◦ blue 61

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

Shades of Mule Fawn #85483D

Tints of Mule Fawn #85483D

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 value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

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

RGB 133 72 61 -
CMYK 0 0.46 0.54 0.48
HSL 9.17º 0.37% 0.38% -
HSV(B) 9.17º 0.54% 0.52% -
XYZ 12.83 9.96 5.66 -
YUV 88.99 112.21 159.39 -
System Red Green Blue C M Y K H S L
Decimal 133 72 61 0 0.46 0.54 0.48 9.17 0.37 0.38
Hex 85 48 3D 0 2E 36 30 9 25 26
Octal 205 110 75 0 56 66 60 11 45 46
Binary 10000101 1001000 111101 0 101110 110110 110000 1001 100101 100110

Color Harmonies of #85483D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85483D

Black with #85483D

Text Example


Text Example

White with #85483D

Text Example


Text Example

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