Html Css Color HEX #845046 Mule Fawn

📋 copy color: '#845046'

red 132 ◦ green 80 ◦ blue 70

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

Shades of Mule Fawn #845046

Tints of Mule Fawn #845046

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

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#845046 (or 0x845046) is known color: 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

RGB 132 80 70 -
CMYK 0 0.39 0.47 0.48
HSL 9.68º 0.31% 0.4% -
HSV(B) 9.68º 0.47% 0.52% -
XYZ 13.49 11.09 7.22 -
YUV 94.41 114.23 154.81 -
System Red Green Blue C M Y K H S L
Decimal 132 80 70 0 0.39 0.47 0.48 9.68 0.31 0.4
Hex 84 50 46 0 27 2F 30 A 1F 28
Octal 204 120 106 0 47 57 60 12 37 50
Binary 10000100 1010000 1000110 0 100111 101111 110000 1010 11111 101000

Color Harmonies of #845046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845046

Black with #845046

Text Example


Text Example

White with #845046

Text Example


Text Example

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