Html Css Color HEX #855044 Mule Fawn

📋 copy color: '#855044'

red 133 ◦ green 80 ◦ blue 68

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

Shades of Mule Fawn #855044

Tints of Mule Fawn #855044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.47%

 BLUE value IS 68 (26.95% from 255) = 24.2%

R = 47.33%
G = 28.47%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.48

RGB Variations

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

Color information

#855044 (or 0x855044) is known color: Mule Fawn. HEX triplet: 85, 50 and 44. RGB value is (133,80,68). Sum of RGB (Red+Green+Blue) = 133+80+68=281 (37% of max value = 765). Red value is 133 (52.34% from 255 or 47.33% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 133 - color contains mainly: red. Hex color #855044 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855044 is #7AAFBB. Grayscale: #5E5E5E. Windows color (decimal): -8040380 or 4477061. OLE color: 4477061.

HSL color Cylindrical-coordinate representation of color #855044: hue angle of 11.08º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #855044 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 80 68 -
CMYK 0 0.40 0.49 0.48
HSL 11.08º 0.32% 0.39% -
HSV(B) 11.08º 0.49% 0.52% -
XYZ 13.58 11.14 6.9 -
YUV 94.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 133 80 68 0 0.40 0.49 0.48 11.08 0.32 0.39
Hex 85 50 44 0 28 31 30 B 20 27
Octal 205 120 104 0 50 61 60 13 40 47
Binary 10000101 1010000 1000100 0 101000 110001 110000 1011 100000 100111

Color Harmonies of #855044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855044

Black with #855044

Text Example


Text Example

White with #855044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855044; }

 p { color: rgb(133,80,68); }

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

background-color css

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

 a { background-color: rgb(133,80,68); }

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

border-color css

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

 span { border-color: rgb(133,80,68); }

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