Html Css Color HEX #854C3D Mule Fawn

📋 copy color: '#854C3D'

red 133 ◦ green 76 ◦ blue 61

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

Shades of Mule Fawn #854C3D

Tints of Mule Fawn #854C3D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.15%

 BLUE value IS 61 (24.22% from 255) = 22.59%

R = 49.26%
G = 28.15%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#854C3D (or 0x854C3D) is known color: Mule Fawn. HEX triplet: 85, 4C and 3D. RGB value is (133,76,61). Sum of RGB (Red+Green+Blue) = 133+76+61=270 (35% of max value = 765). Red value is 133 (52.34% from 255 or 49.26% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 133 - color contains mainly: red. Hex color #854C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854C3D is #7AB3C2. Grayscale: #5B5B5B. Windows color (decimal): -8041411 or 4017285. OLE color: 4017285.

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

Color convert

RGB 133 76 61 -
CMYK 0 0.43 0.54 0.48
HSL 12.5º 0.37% 0.38% -
HSV(B) 12.5º 0.54% 0.52% -
XYZ 13.1 10.49 5.75 -
YUV 91.33 110.88 157.72 -
System Red Green Blue C M Y K H S L
Decimal 133 76 61 0 0.43 0.54 0.48 12.5 0.37 0.38
Hex 85 4C 3D 0 2B 36 30 C 25 26
Octal 205 114 75 0 53 66 60 14 45 46
Binary 10000101 1001100 111101 0 101011 110110 110000 1100 100101 100110

Color Harmonies of #854C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854C3D

Black with #854C3D

Text Example


Text Example

White with #854C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854C3D; }

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

 H1.HeaderClassName
 {
   color: #854C3D;
 }
 .AnyTagClassName
 {
   color: #854C3D;
 }
</style>

background-color css

<style>
 a { background-color: #854C3D; }

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

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

border-color css

<style>
 span { border-color: #854C3D; }

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

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