#845046

Color #845046 Mule Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mule Fawn #845046

Tints of Mule Fawn #845046

Color information

#845046 (or 0x845046) is unknown color: approx Mule Fawn. HEX triplet: 84, 50 and 46. RGB value is (132,80,70). Sum of RGB (Red+Green+Blue) = 132+80+70=282 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.81% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 70 (27.73% from 255 or 24.82% from 282); Max value from RGB is 132 - color contains mainly: red. Hex color #845046 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845046 is #7BAFB9. Grayscale: #5E5E5E. Windows color (decimal): -8105914 or 4608132. OLE color: 4608132.

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

Color convert

RGB1328070-
CMYK00.390.470.48
HSL9.68º30.69%39.61%-
HSV(B)9.68º46.97%51.76%-
XYZ13.4911.097.22-
YUV94.41114.23154.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.81%
GREEN value IS 80 (31.64% from 255) = 28.37%
BLUE value IS 70 (27.73% from 255) = 24.82%
R=46.81%
G=28.37%
B=24.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132807000.390.470.489.6830.6939.61
Hex8450460272F30a1f28
Octal2041201060475760123750
Binary10000100101000010001100100111101111110000101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845046; }

 p { color: rgb(132,80,70); }

 H1.HeaderClassName
 {
   color: #845046;
 }
 .AnyTagClassName
 {
   color: #845046;
 }
</style>
background-color css

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

 a { background-color: rgb(132,80,70); }

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

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

 span { border-color: rgb(132,80,70); }

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